| Package | Description |
|---|---|
| com.jme3.bullet.control |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,KinematicRagdollControl.PhysicsBoneLink> |
KinematicRagdollControl.boneLinks
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KinematicRagdollControl.matchPhysicObjectToBone(KinematicRagdollControl.PhysicsBoneLink link,
com.jme3.math.Vector3f position,
com.jme3.math.Quaternion tmpRot1)
Deprecated.
Alter the transforms of a rigidBody to match the transforms of a bone.
|
void |
KinematicRagdollControl.updateBone(KinematicRagdollControl.PhysicsBoneLink link,
float tpf,
com.jme3.util.TempVars vars,
com.jme3.math.Quaternion tmpRot1,
com.jme3.math.Quaternion[] tmpRot2,
com.jme3.animation.Bone tipBone,
com.jme3.math.Vector3f target,
int depth,
int maxDepth)
Deprecated.
Update a bone and its ancestors in IK mode.
|