us.ihmc.graphics3DAdapter.jme
Class JMEChangeAppearanceAndScaleTester

java.lang.Object
  extended by com.jme3.app.Application
      extended by com.jme3.app.SimpleApplication
          extended by us.ihmc.graphics3DAdapter.jme.JMEChangeAppearanceAndScaleTester
All Implemented Interfaces:
com.jme3.system.SystemListener

public class JMEChangeAppearanceAndScaleTester
extends com.jme3.app.SimpleApplication


Field Summary
 
Fields inherited from class com.jme3.app.SimpleApplication
INPUT_MAPPING_CAMERA_POS, INPUT_MAPPING_EXIT, INPUT_MAPPING_HIDE_STATS, INPUT_MAPPING_MEMORY
 
Constructor Summary
JMEChangeAppearanceAndScaleTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void simpleInitApp()
           
 void simpleUpdate(float tpf)
           
 
Methods inherited from class com.jme3.app.SimpleApplication
getFlyByCamera, getGuiNode, getRootNode, initialize, isShowSettings, setDisplayFps, setDisplayStatView, setShowSettings, simpleRender, start, update
 
Methods inherited from class com.jme3.app.Application
createCanvas, destroy, enqueue, gainFocus, getAssetManager, getAudioRenderer, getCamera, getContext, getGuiViewPort, getInputManager, getListener, getRenderer, getRenderManager, getStateManager, getTimer, getViewPort, handleError, isPauseOnLostFocus, loseFocus, requestClose, reshape, restart, setAssetManager, setPauseOnLostFocus, setSettings, setTimer, start, startCanvas, startCanvas, stop, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMEChangeAppearanceAndScaleTester

public JMEChangeAppearanceAndScaleTester()
Method Detail

simpleInitApp

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

simpleUpdate

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

main

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