com.bulletphysics.demos.genericjoint
Class RagDoll

java.lang.Object
  extended by com.bulletphysics.demos.genericjoint.RagDoll

public class RagDoll
extends java.lang.Object


Nested Class Summary
static class RagDoll.BodyPart
           
static class RagDoll.JointType
           
 
Constructor Summary
RagDoll(DynamicsWorld ownerWorld, javax.vecmath.Vector3f positionOffset)
           
RagDoll(DynamicsWorld ownerWorld, javax.vecmath.Vector3f positionOffset, float scale_ragdoll)
           
 
Method Summary
 void destroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RagDoll

public RagDoll(DynamicsWorld ownerWorld,
               javax.vecmath.Vector3f positionOffset)

RagDoll

public RagDoll(DynamicsWorld ownerWorld,
               javax.vecmath.Vector3f positionOffset,
               float scale_ragdoll)
Method Detail

destroy

public void destroy()