Package com.simsilica.lemur.demo
Class BasicDemo
java.lang.Object
com.jme3.app.LegacyApplication
com.jme3.app.SimpleApplication
com.simsilica.lemur.demo.BasicDemo
- All Implemented Interfaces:
Application
,SystemListener
-
Field Summary
Fields inherited from class com.jme3.app.SimpleApplication
flyCam, fpsText, guiFont, guiNode, INPUT_MAPPING_CAMERA_POS, INPUT_MAPPING_EXIT, INPUT_MAPPING_HIDE_STATS, INPUT_MAPPING_MEMORY, rootNode, showSettings
Fields inherited from class com.jme3.app.LegacyApplication
assetManager, audioRenderer, cam, context, guiViewPort, inputEnabled, inputManager, joyInput, keyInput, listener, lostFocusBehavior, mouseInput, paused, prof, renderer, renderManager, settings, speed, stateManager, systemListenerAggregator, timer, touchInput, viewPort
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jme3.app.SimpleApplication
getFlyByCamera, getGuiNode, getRootNode, getSpeed, initialize, isShowSettings, loadGuiFont, setDisplayFps, setDisplayStatView, setShowSettings, setSpeed, simpleRender, start, update
Methods inherited from class com.jme3.app.LegacyApplication
createCanvas, destroy, destroyInput, enqueue, enqueue, gainFocus, getAppProfiler, getAssetManager, getAudioRenderer, getCamera, getContext, getDisplays, getGuiViewPort, getInputManager, getListener, getLostFocusBehavior, getPrimaryDisplay, getRenderer, getRenderManager, getStateManager, getSystemListeners, getTimer, getViewPort, handleError, isPauseOnLostFocus, loseFocus, requestClose, rescale, reshape, restart, runQueuedTasks, setAppProfiler, setAssetManager, setLostFocusBehavior, setPauseOnLostFocus, setSettings, setTimer, start, start, start, startCanvas, startCanvas, stop, stop
-
Constructor Details
-
BasicDemo
public BasicDemo()
-
-
Method Details
-
main
-
simpleInitApp
public void simpleInitApp()- Specified by:
simpleInitApp
in classSimpleApplication
-
simpleUpdate
public void simpleUpdate(float tpf) - Overrides:
simpleUpdate
in classSimpleApplication
-