|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.game.state.GameState
synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
apps.threedmanipulationexperiment.ThreeDManipulationExperiment
public class ThreeDManipulationExperiment
The Class ThreeDManipulationExperiment.
Field Summary | |
---|---|
static com.jme.math.Vector3f |
DISPLAYLOCATION_MANIPULATIONOBJECT_MODE_DIRECT
The Constant DISPLAYLOCATION_MANIPULATIONOBJECT_MODE_DIRECT. |
static com.jme.math.Vector3f |
DISPLAYLOCATION_MANIPULATIONOBJECT_MODE_INDIRECT
The Constant DISPLAYLOCATION_MANIPULATIONOBJECT_MODE_INDIRECT. |
static com.jme.math.Vector2f |
DISPLAYLOCATION_TOUCHPAD
The Constant DISPLAYLOCATION_TOUCHPAD. |
static com.jme.math.Vector3f |
HIDDENLOCATION
The Constant HIDDENLOCATION. |
static java.lang.String |
MODE_DIRECTMANIPULATION
The Constant MODE_DIRECTMANIPULATION. |
static java.lang.String |
MODE_INDIRECTMANIPULATION
The Constant MODE_INDIRECTMANIPULATION. |
static java.lang.String |
RATE_FAST
The Constant RATE_FAST. |
static java.lang.String |
RATE_MIDDIUM
The Constant RATE_MIDDIUM. |
static java.lang.String |
RATE_SLOW
The Constant RATE_SLOW. |
static java.lang.String |
SIZE_BIG
The Constant SIZE_BIG. |
static java.lang.String |
SIZE_MIDDIUM
The Constant SIZE_MIDDIUM. |
static java.lang.String |
SIZE_SMALL
The Constant SIZE_SMALL. |
Constructor Summary | |
---|---|
ThreeDManipulationExperiment(ApplicationInfo info)
Instantiates a new three d manipulation experiment. |
Method Summary | |
---|---|
void |
addContent()
Adds the content. |
void |
cleanup()
|
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 |
---|
exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, onActivate, 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 |
---|
public static final com.jme.math.Vector3f DISPLAYLOCATION_MANIPULATIONOBJECT_MODE_DIRECT
public static final com.jme.math.Vector3f DISPLAYLOCATION_MANIPULATIONOBJECT_MODE_INDIRECT
public static final com.jme.math.Vector2f DISPLAYLOCATION_TOUCHPAD
public static final com.jme.math.Vector3f HIDDENLOCATION
public static final java.lang.String MODE_DIRECTMANIPULATION
public static final java.lang.String MODE_INDIRECTMANIPULATION
public static final java.lang.String RATE_FAST
public static final java.lang.String RATE_MIDDIUM
public static final java.lang.String RATE_SLOW
public static final java.lang.String SIZE_BIG
public static final java.lang.String SIZE_MIDDIUM
public static final java.lang.String SIZE_SMALL
Constructor Detail |
---|
public ThreeDManipulationExperiment(ApplicationInfo info)
info
- the infoMethod Detail |
---|
public void addContent()
SynergyNetApp
addContent
in class SynergyNetApp
public void cleanup()
cleanup
in class SynergyNetApp
public void stateUpdate(float tpf)
SynergyNetApp
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |