synergynetframework.jme.cursorsystem.elements.twod
Class IndependentChildOrthoCPRTS
java.lang.Object
synergynetframework.jme.cursorsystem.MultiTouchElement
synergynetframework.jme.cursorsystem.TwoDMultiTouchElement
synergynetframework.jme.cursorsystem.elements.twod.OrthoControlPointRotateTranslateScale
synergynetframework.jme.cursorsystem.elements.twod.IndependentChildOrthoCPRTS
public class IndependentChildOrthoCPRTS
- extends OrthoControlPointRotateTranslateScale
The Class IndependentChildOrthoCPRTS.
- Author:
- dcs2ima
Field Summary |
com.jme.scene.Spatial |
parentSpatial
The parent spatial. |
Constructor Summary |
IndependentChildOrthoCPRTS(com.jme.scene.Spatial pickingAndTargetSpatial)
Instantiates a new independent child ortho cprts. |
IndependentChildOrthoCPRTS(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial)
Instantiates a new independent child ortho cprts. |
Methods inherited from class synergynetframework.jme.cursorsystem.MultiTouchElement |
addWorldCursorRecord, getCurrentScreenAngleDifferenceFromOrigin, getCurrentScreenCursorsAngle, getCurrentTargetSpatialRotationFromCursorChange, getName, getNumRegisteredCursors, getOriginScreenCursorsAngle, getPickingSpatial, getScaleAtOrigin, getScreenCursorByID, getScreenCursorByIndex, getScreenCursorOriginForCursorID, getTargetSpatial, getTranslationAtOrigin, getWorldLocations, isActive, isPickMeOnly, registerScreenCursor, setActive, setName, setPickMeOnly, unregisterScreenCursor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentSpatial
public com.jme.scene.Spatial parentSpatial
- The parent spatial.
IndependentChildOrthoCPRTS
public IndependentChildOrthoCPRTS(com.jme.scene.Spatial pickingAndTargetSpatial)
- Instantiates a new independent child ortho cprts.
- Parameters:
pickingAndTargetSpatial
- the picking and target spatial
IndependentChildOrthoCPRTS
public IndependentChildOrthoCPRTS(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial)
- Instantiates a new independent child ortho cprts.
- Parameters:
pickingSpatial
- the picking spatialtargetSpatial
- the target spatial
cursorClicked
public void cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
- Description copied from class:
MultiTouchElement
- Cursor clicked.
- Overrides:
cursorClicked
in class OrthoControlPointRotateTranslateScale
- Parameters:
c
- the cevent
- the event
cursorReleased
public void cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
- Description copied from class:
MultiTouchElement
- Cursor released.
- Overrides:
cursorReleased
in class OrthoControlPointRotateTranslateScale
- Parameters:
c
- the cevent
- the event