|
|||||||||||
| 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
com.jme.app.SimpleGame
jmetest.renderer.TestRenderQueue
TestRenderQueue
| Field Summary | |
protected Node |
opaques
|
protected Node |
orthos
|
protected Node |
transps
|
| Fields inherited from class com.jme.app.SimpleGame |
cam, fontLocation, fps, fpsNode, input, lightState, pause, rootNode, showBounds, tempBuffer, timer, tpf, updateBuffer, wireState |
| 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 | |
TestRenderQueue()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Entry point for the test, |
protected void |
simpleInitGame()
Called near end of initGame(). |
protected void |
simpleRender()
Can be defined in derived classes for custom rendering. |
protected void |
simpleUpdate()
Can be defined in derived classes for custom updating. |
| Methods inherited from class com.jme.app.SimpleGame |
cleanup, initGame, initSystem, reinit, render, 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 |
| Field Detail |
protected Node opaques
protected Node transps
protected Node orthos
| Constructor Detail |
public TestRenderQueue()
| Method Detail |
public static void main(java.lang.String[] args)
args - protected void simpleUpdate()
SimpleGame
simpleUpdate in class SimpleGameprotected void simpleRender()
SimpleGame
simpleRender in class SimpleGameprotected void simpleInitGame()
SimpleGame
simpleInitGame in class SimpleGame
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||