Class TestMain

  • All Implemented Interfaces:
    com.jme3.system.SystemListener

    public class TestMain
    extends com.jme3.app.SimpleApplication
    test
    • 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.Application

        assetManager, audioRenderer, cam, context, guiViewPort, inputEnabled, inputManager, joyInput, keyInput, listener, mouseInput, paused, pauseOnFocus, renderer, renderManager, settings, speed, stateManager, timer, touchInput, viewPort
    • Constructor Summary

      Constructors 
      Constructor Description
      TestMain()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initLight()  
      static void main​(java.lang.String[] args)  
      void remove()  
      void simpleInitApp()  
      void simpleRender​(com.jme3.renderer.RenderManager rm)  
      void simpleUpdate​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestMain

        public TestMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • simpleInitApp

        public void simpleInitApp()
        Specified by:
        simpleInitApp in class com.jme3.app.SimpleApplication
      • remove

        public void remove()
      • simpleUpdate

        public void simpleUpdate​(float tpf)
        Overrides:
        simpleUpdate in class com.jme3.app.SimpleApplication
      • initLight

        public void initLight()
      • simpleRender

        public void simpleRender​(com.jme3.renderer.RenderManager rm)
        Overrides:
        simpleRender in class com.jme3.app.SimpleApplication