Class TestSphere
- java.lang.Object
-
- one.empty3.library.core.testing.TestObjet
-
- one.empty3.library.core.testing.TestObjetSub
-
- one.empty3.testscopy.tests.tests2.TestSphere.TestSphere
-
- All Implemented Interfaces:
java.lang.Runnable
,Test
public class TestSphere extends TestObjetSub
-
-
Field Summary
Fields Modifier and Type Field Description double
incrlat
double
incrlong
int
size
double
taille
-
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 TestSphere()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ginit()
double
latpc(int item)
double
longpc(int item)
static void
main(java.lang.String[] args)
void
testScene()
-
Methods inherited from class one.empty3.library.core.testing.TestObjetSub
afterRender, afterRenderFrame, finit
-
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
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
ginit
public void ginit()
- Overrides:
ginit
in classTestObjetSub
-
longpc
public double longpc(int item)
-
latpc
public double latpc(int item)
-
testScene
public void testScene() throws java.lang.Exception
- Specified by:
testScene
in interfaceTest
- Overrides:
testScene
in classTestObjetSub
- Throws:
java.lang.Exception
-
-