apps.threedmanipulation.utils
Class ManipulatableObjectBuilder

java.lang.Object
  extended by apps.threedmanipulation.utils.ManipulatableObjectBuilder

public class ManipulatableObjectBuilder
extends java.lang.Object

The Class ManipulatableObjectBuilder.


Constructor Summary
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
 

Constructor Detail

ManipulatableObjectBuilder

public ManipulatableObjectBuilder()
Method Detail

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 context
object - the object
clonedObject - the cloned object
isOneFingerMove - the is one finger move
isManipulatedOjbectNode - the is manipulated ojbect node