Class TestMain
- java.lang.Object
-
- com.jme3.app.Application
-
- com.jme3.app.SimpleApplication
-
- jadex.extension.envsupport.observer.graphics.jmonkey.util.TestMain
-
- All Implemented Interfaces:
com.jme3.system.SystemListener
public class TestMain extends com.jme3.app.SimpleApplicationtest
-
-
Constructor Summary
Constructors Constructor Description TestMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitLight()static voidmain(java.lang.String[] args)voidremove()voidsimpleInitApp()voidsimpleRender(com.jme3.renderer.RenderManager rm)voidsimpleUpdate(float tpf)-
Methods inherited from class com.jme3.app.SimpleApplication
getFlyByCamera, getGuiNode, getRootNode, initialize, isShowSettings, loadGuiFont, setDisplayFps, setDisplayStatView, setShowSettings, start, update
-
Methods inherited from class com.jme3.app.Application
createCanvas, destroy, destroyInput, enqueue, gainFocus, getAssetManager, getAudioRenderer, getCamera, getContext, getGuiViewPort, getInputManager, getListener, getRenderer, getRenderManager, getStateManager, getTimer, getViewPort, handleError, isPauseOnLostFocus, loseFocus, requestClose, reshape, restart, runQueuedTasks, setAssetManager, setPauseOnLostFocus, setSettings, setTimer, start, startCanvas, startCanvas, stop, stop
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
simpleInitApp
public void simpleInitApp()
- Specified by:
simpleInitAppin classcom.jme3.app.SimpleApplication
-
remove
public void remove()
-
simpleUpdate
public void simpleUpdate(float tpf)
- Overrides:
simpleUpdatein classcom.jme3.app.SimpleApplication
-
initLight
public void initLight()
-
simpleRender
public void simpleRender(com.jme3.renderer.RenderManager rm)
- Overrides:
simpleRenderin classcom.jme3.app.SimpleApplication
-
-