| Package | Description |
|---|---|
| com.jme3.bullet.animation |
A dynamic animation control and some associated classes.
|
| Modifier and Type | Method and Description |
|---|---|
RangeOfMotion |
DacConfiguration.getJointLimits(java.lang.String boneName)
Access the nominal range of motion for the joint connecting the named
linked bone to its parent in the hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DacConfiguration.link(java.lang.String boneName,
float mass,
RangeOfMotion rom)
Link the named bone using the specified mass and range of motion.
|
void |
DacLinks.setJointLimits(java.lang.String boneName,
RangeOfMotion rom)
Alter the range of motion of the joint connecting the named BoneLink to
its parent in the link hierarchy.
|
void |
DacConfiguration.setJointLimits(java.lang.String boneName,
RangeOfMotion rom)
Alter the range of motion of the joint connecting the named BoneLink to
its parent in the link hierarchy.
|