hmi.debug.physics
Class RigidBodyToVJoint
java.lang.Object
hmi.debug.physics.RigidBodyToVJoint
- All Implemented Interfaces:
- GLRenderObject
class RigidBodyToVJoint
- extends Object
- implements GLRenderObject
a GLRenderObject that, upon rendering, copies the coordinates of a
rigidbody onto a VJoint.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
translationFromRigidBody
private float[] translationFromRigidBody
rotationFromRigidBody
private float[] rotationFromRigidBody
vj
private VJoint vj
RigidBodyToVJoint
public RigidBodyToVJoint(RigidBody rigidBody,
VJoint newvj)
glRender
public void glRender(GLRenderContext gl)
- Description copied from interface:
GLRenderObject
- Called during openGL rendering.
- Specified by:
glRender in interface GLRenderObject
glInit
public void glInit(GLRenderContext gl)
- Description copied from interface:
GLRenderObject
- Called during OpenGL initialization.
- Specified by:
glInit in interface GLRenderObject