|
||||||||||
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.BaseSimpleGame
com.jme.app.SimpleGame
public abstract class SimpleGame
Extends BaseSimpleGame
to automatically update and render the root node.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jme.app.BaseGame |
---|
BaseGame.BaseGameSettings |
Nested classes/interfaces inherited from class com.jme.app.AbstractGame |
---|
AbstractGame.ConfigShowMode |
Field Summary |
---|
Fields inherited from class com.jme.app.BaseSimpleGame |
---|
alphaBits, cam, depthBits, graphNode, input, lightState, pause, rootNode, samples, showBounds, showDepth, showGraphs, showNormals, statNode, stencilBits, timer, tpf, wireState |
Fields inherited from class com.jme.app.BaseGame |
---|
throwableHandler |
Fields inherited from class com.jme.app.AbstractGame |
---|
display, finished, settings |
Constructor Summary | |
---|---|
SimpleGame()
|
Method Summary | |
---|---|
protected void |
doDebug(Renderer r)
|
protected void |
render(float interpolation)
This is called every frame in BaseGame.start(), after update() |
protected void |
update(float interpolation)
Called every frame to update scene information. |
Methods inherited from class com.jme.app.BaseSimpleGame |
---|
cameraParallel, cameraPerspective, cleanup, initGame, initSystem, quit, reinit, setupStatGraphs, setupStats, simpleInitGame, simpleRender, simpleUpdate, updateInput |
Methods inherited from class com.jme.app.BaseGame |
---|
getNewSettings, getThrowableHandler, setThrowableHandler, start |
Methods inherited from class com.jme.app.AbstractGame |
---|
assertDisplayCreated, finish, getAttributes, getVersion, setConfigShowMode, setConfigShowMode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleGame()
Method Detail |
---|
protected final void update(float interpolation)
update
in class BaseSimpleGame
interpolation
- unused in this implementationBaseSimpleGame.update(float interpolation)
protected final void render(float interpolation)
render
in class BaseSimpleGame
interpolation
- unused in this implementationAbstractGame.render(float interpolation)
protected void doDebug(Renderer r)
doDebug
in class BaseSimpleGame
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |