Package atlasgen
Class TestSoS
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.Runnable
,Test
- Direct Known Subclasses:
TestEarth
public class TestSoS extends TestObjetSub
-
-
Field Summary
Fields Modifier and Type Field Description protected static double
HEIGHT_MAX
protected atlasgen.HeightMapSurfaceSphere
heightMapSurfaceSphere
protected java.lang.String[]
list
protected boolean
quadrillage
protected static double
RADIUS
-
Fields inherited from class one.empty3.library.core.testing.TestObjet
c, couleurFond, description, dynParams, ENCODER_HUMBLE, ENCODER_MONTE, frame, GENERATE_IMAGE, GENERATE_MODEL, GENERATE_MOVIE, GENERATE_NO_IMAGE_FILE_WRITING, GENERATE_NOTHING, GENERATE_OBJ, GENERATE_OPENGL, HD1080, HD720, initParams, ON_MAX_FRAMES_CONTINUE, ON_MAX_FRAMES_STOP, ON_TEXTURE_ENDS_LOOP_TEXTURE, ON_TEXTURE_ENDS_STOP, PAL, scene, UHD, VGA, VGAZIZI, z
-
-
Constructor Summary
Constructors Constructor Description TestSoS()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finit()
atlasgen.HeightMapSurfaceSphere
getSphere()
void
ginit()
static void
main(java.lang.String[] args)
protected void
setQuadrillage(boolean q)
void
setSphere(atlasgen.HeightMapSurfaceSphere sphere)
-
Methods inherited from class one.empty3.library.core.testing.TestObjetSub
afterRender, afterRenderFrame, testScene
-
Methods inherited from class one.empty3.library.core.testing.TestObjet
addAudioFile, applyTemplate, camera, camera, closeView, copyResources, D3, description, directory, ecrireImage, exportFrame, frame, getDataWriter, getDimension, getFile, getFilename, getFolder, getFps, getGenerate, getGenerate, getIdxFilm, getInitParams, getInstance, getMaxFrames, getO, getResx, getResy, getSubfolder, getWrittenFile, getZ, img, initCompiler, isAviOpen, isometrique, isometrique, isPause, isPauseActive, isStructure, loop, loop, nextFrame, nextFrame2UnknownDiplicate, onMaxFrame, onTextureEnds, paintingAct, PAUSE, publishResult, publishResult, reportException, reportPause, reportStop, reportSuccess, run, saveBMood, scene, scene, set3D, setAviOpen, setCouleurFond, setDimension, setDynParameter, setFileExtension, setFilename, setFps, setGenerate, setMaxFrames, setName, setProperties, setPublish, setResolution, setResx, setResy, setStructure, setZ, startNewMovie, STOP, testScene, unterminable, v2main, writeOnPictureAfterZ, writeOnPictureBeforeZ, z
-
-
-
-
Field Detail
-
list
protected java.lang.String[] list
-
quadrillage
protected boolean quadrillage
-
RADIUS
protected static final double RADIUS
- See Also:
- Constant Field Values
-
HEIGHT_MAX
protected static final double HEIGHT_MAX
- See Also:
- Constant Field Values
-
heightMapSurfaceSphere
protected atlasgen.HeightMapSurfaceSphere heightMapSurfaceSphere
-
-
Method Detail
-
ginit
public void ginit()
- Overrides:
ginit
in classTestObjetSub
-
finit
public void finit()
- Overrides:
finit
in classTestObjetSub
-
setQuadrillage
protected void setQuadrillage(boolean q)
-
getSphere
public atlasgen.HeightMapSurfaceSphere getSphere()
-
setSphere
public void setSphere(atlasgen.HeightMapSurfaceSphere sphere)
-
main
public static void main(java.lang.String[] args)
-
-