apps.threedmanipulation.utils
Class ManipulatableObjectBuilder
java.lang.Object
apps.threedmanipulation.utils.ManipulatableObjectBuilder
public class ManipulatableObjectBuilder
- extends java.lang.Object
The Class ManipulatableObjectBuilder.
Method Summary |
static void |
buildManipulatedObject(Context context,
com.jme.scene.Spatial object,
com.jme.scene.Spatial clonedObject,
boolean isOneFingerMove,
boolean isManipulatedOjbectNode)
Builds the manipulated object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManipulatableObjectBuilder
public ManipulatableObjectBuilder()
buildManipulatedObject
public static void buildManipulatedObject(Context context,
com.jme.scene.Spatial object,
com.jme.scene.Spatial clonedObject,
boolean isOneFingerMove,
boolean isManipulatedOjbectNode)
- Builds the manipulated object.
- Parameters:
context
- the contextobject
- the objectclonedObject
- the cloned objectisOneFingerMove
- the is one finger moveisManipulatedOjbectNode
- the is manipulated ojbect node