apps.threedmanipulation.tools
Class TwinObject

java.lang.Object
  extended by apps.threedmanipulation.tools.TwinObject

public class TwinObject
extends java.lang.Object

The Class TwinObject.


Constructor Summary
TwinObject(java.lang.String name, ContentSystem contentSystem, com.jme.scene.Node worldNode, com.jme.scene.Spatial manipulatedOjbect, com.jme.scene.Spatial twinObject, com.jme.math.Vector3f initPosition)
          Instantiates a new twin object.
 
Method Summary
 void cleanup()
          Cleanup.
 void updateLine()
          Update line.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwinObject

public TwinObject(java.lang.String name,
                  ContentSystem contentSystem,
                  com.jme.scene.Node worldNode,
                  com.jme.scene.Spatial manipulatedOjbect,
                  com.jme.scene.Spatial twinObject,
                  com.jme.math.Vector3f initPosition)
Instantiates a new twin object.

Parameters:
name - the name
contentSystem - the content system
worldNode - the world node
manipulatedOjbect - the manipulated ojbect
twinObject - the twin object
initPosition - the init position
Method Detail

cleanup

public void cleanup()
Cleanup.


updateLine

public void updateLine()
Update line.