com.jme3.bullet.control.ragdoll
Class RagdollPreset.JointPreset

java.lang.Object
  extended by com.jme3.bullet.control.ragdoll.RagdollPreset.JointPreset
Enclosing class:
RagdollPreset

protected class RagdollPreset.JointPreset
extends java.lang.Object


Constructor Summary
RagdollPreset.JointPreset()
           
RagdollPreset.JointPreset(float maxX, float minX, float maxY, float minY, float maxZ, float minZ)
           
 
Method Summary
 void setupJoint(SixDofJoint joint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RagdollPreset.JointPreset

public RagdollPreset.JointPreset()

RagdollPreset.JointPreset

public RagdollPreset.JointPreset(float maxX,
                                 float minX,
                                 float maxY,
                                 float minY,
                                 float maxZ,
                                 float minZ)
Method Detail

setupJoint

public void setupJoint(SixDofJoint joint)