| Package | Description |
|---|---|
| com.jme3.bullet | |
| com.jme3.bullet.control | |
| com.jme3.bullet.debug |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PhysicsGhostObject> |
PhysicsSpace.getGhostObjectList()
Copy the list of ghost objects that have been added to this space and not
yet removed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GhostControl
A physics control to link a PhysicsGhostObject to a spatial.
|
| Modifier and Type | Field and Description |
|---|---|
protected PhysicsGhostObject |
BulletGhostObjectDebugControl.body
ghost object to visualize (not null)
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap<PhysicsGhostObject,com.jme3.scene.Spatial> |
BulletDebugAppState.ghosts
map ghosts to visualizations
|
| Constructor and Description |
|---|
BulletGhostObjectDebugControl(BulletDebugAppState debugAppState,
PhysicsGhostObject body)
Instantiate an enabled control to visualize the specified ghost object.
|