|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OjbectManipulation | |
---|---|
apps.threedmanipulation.gestures | |
apps.threedmanipulation.tools |
Uses of OjbectManipulation in apps.threedmanipulation.gestures |
---|
Subclasses of OjbectManipulation in apps.threedmanipulation.gestures | |
---|---|
class |
OjbectManipulationforCCTV
The Class OjbectManipulationforCCTV. |
Methods in apps.threedmanipulation.gestures with parameters of type OjbectManipulation | |
---|---|
void |
OjbectManipulation.RotateTranslateScaleListener.itemMoved(OjbectManipulation multiTouchElement,
com.jme.scene.Spatial targetSpatial,
float newLocationX,
float newLocationY,
float oldLocationX,
float oldLocationY)
Item moved. |
void |
OjbectManipulation.RotateTranslateScaleListener.itemRotated(OjbectManipulation multiTouchElement,
com.jme.scene.Spatial targetSpatial,
float newAngle,
float oldAngle)
Item rotated. |
void |
OjbectManipulation.RotateTranslateScaleListener.itemScaled(OjbectManipulation multiTouchElement,
com.jme.scene.Spatial targetSpatial,
float scaleChange)
Item scaled. |
Constructors in apps.threedmanipulation.gestures with parameters of type OjbectManipulation | |
---|---|
ControlPanelMoveRotateScale(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial,
com.jme.scene.CameraNode camNode,
OjbectManipulation objectManipulationGesture,
java.util.List<com.jme.scene.Spatial> manipulatableOjbects)
Instantiates a new control panel move rotate scale. |
|
MonitorCameraRotateTranslateZoom(com.jme.scene.Spatial pickSpatial,
com.jme.scene.Spatial targetSpatial,
OjbectManipulation telescopeManipulateOjbect,
java.util.List<com.jme.scene.Spatial> manipulatableOjbects)
Instantiates a new monitor camera rotate translate zoom. |
|
TelescopeFrameMoveZoom(com.jme.scene.Spatial pickingSpatial,
com.jme.scene.Spatial targetSpatial,
com.jme.scene.CameraNode camNode,
OjbectManipulation telescopeManipulateOjbect,
java.util.List<com.jme.scene.Spatial> manipulatableOjbects)
Instantiates a new telescope frame move zoom. |
Uses of OjbectManipulation in apps.threedmanipulation.tools |
---|
Methods in apps.threedmanipulation.tools that return OjbectManipulation | |
---|---|
OjbectManipulation |
MonitorScreen.getFocusedObject()
Gets the focused object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |