Package atlasgen
Class TestEarth
-
Field Summary
Fields inherited from class atlasgen.TestSoS
HEIGHT_MAX, heightMapSurfaceSphere, list, quadrillage, RADIUS
Fields inherited from class one.empty3.library.core.testing.TestObjet
c, couleurFond, description, dynParams, ENCODER_HUMBLE, ENCODER_MONTE, filmName, 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, sousdossier, UHD, VGA, VGAZIZI, z
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class atlasgen.TestSoS
getSphere, setQuadrillage, setSphere
Methods inherited from class one.empty3.library.core.testing.TestObjetSub
afterRender, afterRenderFrame
Methods inherited from class one.empty3.library.core.testing.TestObjet
addAudioFile, applyTemplate, camera, camera, closeView, copyResources, D3, description, directory, ecrireImage, exportFrame, frame, getDataWriter, getDimension, getDir, 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, setThreadGLafter, setZ, startNewMovie, STOP, testScene, unterminable, v2main, writeOnPictureAfterZ, writeOnPictureBeforeZ, z
-
Constructor Details
-
TestEarth
public TestEarth()
-
-
Method Details
-
main
-
ginit
public void ginit() -
finit
public void finit() -
testScene
public void testScene()Description copied from class:TestObjet
Represents a test scene in the TestObjet class.This abstract method should be implemented by subclasses to define the specific test scene logic. It is responsible for performing all the necessary steps required for the test, such as initializing the object, setting up parameters, generating images or models, and handling other specific operations as needed.
This method can throw an Exception if any error occurs during the test scene execution.
- Specified by:
testScene
in interfaceTest
- Overrides:
testScene
in classTestObjetSub
-