Package one.empty3.library.core.testing
Interface Test
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
AnneauDeSpheresQuiTournent
,Balade
,Balade1
,BalleDeformee
,Bras
,CadrePhoto
,CubesQuiTombent
,Galerie
,Oeu
,Paysage
,PerforageVertical
,PerforageVertical
,PlansVideo
,RunApp
,Scene1
,Serpentin
,Serpentins
,Serpentins2
,SphereCube
,SphereCube1
,SphereCube11
,SphereCube12
,Spheres
,Spirale
,Sunset
,SurfaceBezier
,TestAnneau
,TestArc
,TestAxes
,TestAxesAnim
,TestBalleClous
,TestBalleClous1
,TestBalleClous111
,TestBalleClous1111
,TestBalleCouleur001
,TestBezierN
,TestBezierSans0
,TestBezierSans0
,TestBezierTextImage
,TestBezierTextVideo
,TestBorromeanRings
,TestCameraEnMouvement
,TestCameraEnMouvementCylindre
,TestCameraEnMouvementRandomTriangles
,TestChien
,TestChien
,TestChien2
,TestChien2
,TestCircles
,TestCitron
,TestCoeur
,TestCoeur1
,TestCParamBSpline
,TestCubes
,TestCubes
,TestCylindre
,TestDossier
,TestEarth
,TestEarth2
,TestEllipsoide
,TestFeu
,TestGDXBSpline1
,TestGetObjectAt
,TestGoal
,TestGravity2
,TestHumainCourt
,TestHumainCourt
,TestHumainMarche
,TestHumainMarche
,TestHumainMarche2
,TestHumainMarche2
,TestHuman
,TestHuman
,TestNurbs1
,TestNurbs2
,TestNurbsComplexe1
,TestNurbsComplexeMy
,TestNurbsSimple
,TestNurbsSimple1
,TestObj
,TestObjet
,TestObjetStub
,TestObjetSub
,TestObjs
,TestObjTeapot
,TestOeu
,TestPH
,TestPH1
,TestPieuvre
,TestPlanetDeformee
,TestPlanetEarth
,TestPlanetEtLune
,TestPlanetEtLune1
,TestPlanets
,TestPolygons
,TestPolyhedron
,TestPolyhedron1
,TestPortrait
,TestPortrait1
,TestRotationsObjets
,TestSablier
,TestSeins
,TestSomething3D
,TestSoS
,TestSphere
,TestSphereManuelDahmen
,TestSphereRotation
,TestSpheres
,TestSpheres
,TestSpheres
,TestSpheresTournent
,TestStl
,TestStl2
,TestThierryJaspart
,TestTihange
,TestTitle
,TestTore
,TestTransparence
,TestTree
,TestTriangles
,TestTriHole
,TestTRISphere
,TestVisage
,TestVoiture
,TestVoiture
,TeteBonhomme.TestBonhomme
,TeteBonhomme.TestBonhomme
,TriTest
,Waterfall_Demo
public interface Test extends java.lang.Runnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterRender()
Camera
camera()
void
camera(Camera c)
java.util.ArrayList<TestInstance.Parameter>
getInitParams()
ZBuffer
getZ()
boolean
loop()
void
loop(boolean isLooping)
boolean
nextFrame()
void
onMaxFrame(int maxFramesEvent)
void
onTextureEnds(ITexture texture, int texture_event)
void
publishResult()
void
run()
Scene
scene()
void
testScene()
void
testScene(java.io.File f)
-
-
-
Method Detail
-
afterRender
void afterRender()
-
camera
Camera camera()
-
camera
void camera(Camera c)
-
getInitParams
java.util.ArrayList<TestInstance.Parameter> getInitParams()
-
loop
boolean loop()
-
loop
void loop(boolean isLooping)
-
nextFrame
boolean nextFrame()
-
publishResult
void publishResult()
-
run
void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
scene
Scene scene()
-
testScene
void testScene() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testScene
void testScene(java.io.File f) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getZ
ZBuffer getZ()
-
onTextureEnds
void onTextureEnds(ITexture texture, int texture_event)
-
onMaxFrame
void onMaxFrame(int maxFramesEvent)
-
-