|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.app.AbstractGame
com.jme.app.BaseGame
jmetest.milestone.TestMilestone1
TestMilestone1 tests all features of Milestone 1:
Properties Dialog
Game loop
Scene graph elements
renderer
Culling
| Field Summary |
| Fields inherited from class com.jme.app.AbstractGame |
ALWAYS_SHOW_PROPS_DIALOG, display, finished, FIRSTRUN_OR_NOCONFIGFILE_SHOW_PROPS_DIALOG, NEVER_SHOW_PROPS_DIALOG, properties |
| Constructor Summary | |
TestMilestone1()
|
|
| Method Summary | |
protected void |
cleanup()
not used. |
protected void |
initGame()
set up the scene |
protected void |
initSystem()
set up the display system and camera. |
static void |
main(java.lang.String[] args)
|
protected void |
reinit()
not used. |
protected void |
render(float interpolation)
Render the scene |
protected void |
update(float interpolation)
Nothing to update. |
| Methods inherited from class com.jme.app.BaseGame |
quit, start |
| Methods inherited from class com.jme.app.AbstractGame |
assertDisplayCreated, finish, getAttributes, getVersion, setDialogBehaviour, setDialogBehaviour, setDialogBehaviour |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestMilestone1()
| Method Detail |
protected void update(float interpolation)
update in class BaseGameinterpolation - unused in this implementationcom.jme.app.SimpleGame#update()protected void render(float interpolation)
render in class BaseGameinterpolation - unused in this implementationcom.jme.app.SimpleGame#render()protected void initSystem()
initSystem in class BaseGameSimpleGame.initSystem()protected void initGame()
initGame in class BaseGameSimpleGame.initGame()protected void reinit()
reinit in class BaseGameSimpleGame.reinit()protected void cleanup()
cleanup in class BaseGameSimpleGame.cleanup()public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||