|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.cursorsystem.MultiTouchElement
synergynetframework.jme.cursorsystem.ThreeDMultiTouchElement
public abstract class ThreeDMultiTouchElement
The Class ThreeDMultiTouchElement.
Field Summary |
---|
Fields inherited from class synergynetframework.jme.cursorsystem.MultiTouchElement |
---|
AXIS_Z, DIRECTION_UP |
Constructor Summary | |
---|---|
ThreeDMultiTouchElement(com.jme.scene.Spatial pickingAndTargetSpatial)
Instantiates a new three d multi touch element. |
|
ThreeDMultiTouchElement(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial)
Instantiates a new three d multi touch element. |
Method Summary | |
---|---|
ThreeDPickResultData |
getPickDataForCursorID(long id)
Gets the pick data for cursor id. |
ThreeDPickResultData |
getPickResultFromCursorIndex(int index)
Gets the pick result from cursor index. |
void |
registerScreenCursor(ScreenCursor c,
ThreeDPickResultData nodeloc)
Register screen cursor. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreeDMultiTouchElement(com.jme.scene.Spatial pickingAndTargetSpatial)
pickingAndTargetSpatial
- the picking and target spatialpublic ThreeDMultiTouchElement(com.jme.scene.Spatial pickingSpatial, com.jme.scene.Spatial targetSpatial)
pickingSpatial
- the picking spatialtargetSpatial
- the target spatialMethod Detail |
---|
public ThreeDPickResultData getPickDataForCursorID(long id)
MultiTouchElement
getPickDataForCursorID
in class MultiTouchElement
id
- the id
public ThreeDPickResultData getPickResultFromCursorIndex(int index)
MultiTouchElement
getPickResultFromCursorIndex
in class MultiTouchElement
index
- the index
public void registerScreenCursor(ScreenCursor c, ThreeDPickResultData nodeloc)
c
- the cnodeloc
- the nodeloc
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |