| Package | Description |
|---|---|
| com.jme3.bullet | |
| com.jme3.bullet.animation |
A dynamic animation control and some associated classes.
|
| com.jme3.bullet.control |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicsSpace.addCollisionListener(PhysicsCollisionListener listener)
Register the specified collision listener with this space.
|
void |
PhysicsSpace.removeCollisionListener(PhysicsCollisionListener listener)
De-register the specified collision listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicAnimControl
Before adding this control to a spatial, configure it by invoking
DacConfiguration.link(java.lang.String, float, com.jme3.bullet.animation.RangeOfMotion)
for each bone that should have its own rigid body. |
| Modifier and Type | Class and Description |
|---|---|
class |
KinematicRagdollControl
Deprecated.
|