| Package | Description |
|---|---|
| com.jme3.bullet.animation |
A dynamic animation control and some associated classes.
|
| Modifier and Type | Method and Description |
|---|---|
static KinematicSubmode |
KinematicSubmode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KinematicSubmode[] |
KinematicSubmode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoneLink.blendToKinematicMode(KinematicSubmode submode,
float blendInterval)
Begin blending this link to a purely kinematic mode.
|
void |
TorsoLink.blendToKinematicMode(KinematicSubmode submode,
float blendInterval,
com.jme3.math.Transform endModelTransform)
Begin blending this link to a purely kinematic mode.
|