apps.threedinteraction
Class ThreeDInteraction

java.lang.Object
  extended by com.jmex.game.state.GameState
      extended by synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
          extended by synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
              extended by apps.threedinteraction.ThreeDInteraction

public class ThreeDInteraction
extends DefaultSynergyNetApp

The Class ThreeDInteraction.


Field Summary
static java.lang.String Status_NORMAL
          The Constant Status_NORMAL.
static java.lang.String Status_TRANSFORMBACK
          The Constant Status_TRANSFORMBACK.
static java.lang.String Status_TRANSFORMED
          The Constant Status_TRANSFORMED.
static java.lang.String Status_TRANSFORMTO
          The Constant Status_TRANSFORMTO.
 
Constructor Summary
ThreeDInteraction(ApplicationInfo info)
          Instantiates a new three d interaction.
 
Method Summary
 void addContent()
          Adds the content.
 void onActivate()
          On activate.
 void stateUpdate(float tpf)
          State update.
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
init
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
cleanup, exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, render, renderDebug, setActivationCount, setActive, setMenuController, setOrthoRenderPass, setRootNode, setWorldRenderPass, update
 
Methods inherited from class com.jmex.game.state.GameState
getName, getParent, isActive, setName, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Status_NORMAL

public static final java.lang.String Status_NORMAL
The Constant Status_NORMAL.

See Also:
Constant Field Values

Status_TRANSFORMBACK

public static final java.lang.String Status_TRANSFORMBACK
The Constant Status_TRANSFORMBACK.

See Also:
Constant Field Values

Status_TRANSFORMED

public static final java.lang.String Status_TRANSFORMED
The Constant Status_TRANSFORMED.

See Also:
Constant Field Values

Status_TRANSFORMTO

public static final java.lang.String Status_TRANSFORMTO
The Constant Status_TRANSFORMTO.

See Also:
Constant Field Values
Constructor Detail

ThreeDInteraction

public ThreeDInteraction(ApplicationInfo info)
Instantiates a new three d interaction.

Parameters:
info - the info
Method Detail

addContent

public void addContent()
Description copied from class: SynergyNetApp
Adds the content.

Specified by:
addContent in class SynergyNetApp

onActivate

public void onActivate()
Description copied from class: SynergyNetApp
On activate.

Overrides:
onActivate in class SynergyNetApp

stateUpdate

public void stateUpdate(float tpf)
Description copied from class: SynergyNetApp
State update.

Parameters:
tpf - the tpf