| Package | Description |
|---|---|
| com.jme3.bullet.animation |
A dynamic animation control and some associated classes.
|
| com.jme3.bullet.control | |
| com.jme3.bullet.control.ragdoll | |
| com.jme3.bullet.joints |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeOfMotion.setupJoint(SixDofJoint joint)
Apply this preset to the specified joint.
|
| Modifier and Type | Field and Description |
|---|---|
protected SixDofJoint |
KinematicRagdollControl.PhysicsBoneLink.joint |
| Modifier and Type | Method and Description |
|---|---|
SixDofJoint |
KinematicRagdollControl.getJoint(java.lang.String boneName)
Deprecated.
Return the joint between the specified bone and its parent.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RagdollUtils.setJointLimit(SixDofJoint joint,
float maxX,
float minX,
float maxY,
float minY,
float maxZ,
float minZ)
Alter the limits of the specified 6-DOF joint.
|
void |
RagdollPreset.JointPreset.setupJoint(SixDofJoint joint)
Apply this preset to the specified joint.
|
void |
RagdollPreset.setupJointForBone(java.lang.String boneName,
SixDofJoint joint)
Apply the preset for the named bone to the specified joint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SixDofSpringJoint
A 6 degree-of-freedom joint based on Bullet's btGeneric6DofSpringConstraint.
|