Package one.empty3.tests
Class TestObj
- java.lang.Object
-
- one.empty3.library.core.testing.TestObjet
-
- one.empty3.library.core.testing.TestObjetSub
-
- one.empty3.tests.TestObj
-
- All Implemented Interfaces:
java.lang.Runnable
,Test
public class TestObj extends TestObjetSub
-
-
Field Summary
-
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 TestObj()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finit()
com.jogamp.opengl.GL2
getGlDrawContext()
void
ginit()
static void
main(java.lang.String[] args)
void
setGlDrawContext(com.jogamp.opengl.GL2 glDrawContext)
-
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
-
-
-
-
Method Detail
-
finit
public void finit() throws java.lang.Exception
- Overrides:
finit
in classTestObjetSub
- Throws:
java.lang.Exception
-
ginit
public void ginit()
- Overrides:
ginit
in classTestObjetSub
-
getGlDrawContext
public com.jogamp.opengl.GL2 getGlDrawContext()
-
setGlDrawContext
public void setGlDrawContext(com.jogamp.opengl.GL2 glDrawContext)
-
main
public static void main(java.lang.String[] args)
-
-