Uses of Class
apps.threedmanipulationexperiment.gestures.OjbectManipulation

Packages that use OjbectManipulation
apps.threedmanipulationexperiment.gestures   
 

Uses of OjbectManipulation in apps.threedmanipulationexperiment.gestures
 

Methods in apps.threedmanipulationexperiment.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.threedmanipulationexperiment.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.