| Package | Description |
|---|---|
| com.jme3.bullet | |
| com.jme3.bullet.debug |
| Modifier and Type | Field and Description |
|---|---|
protected BulletDebugAppState |
BulletAppState.debugAppState
app state to manage the debug visualization, or null if none
|
| Modifier and Type | Field and Description |
|---|---|
protected BulletDebugAppState |
AbstractPhysicsDebugControl.debugAppState
the app state that this control serves
|
| Constructor and Description |
|---|
AbstractPhysicsDebugControl(BulletDebugAppState debugAppState)
Instantiate an enabled control to serve the specified debug app state.
|
BulletCharacterDebugControl(BulletDebugAppState debugAppState,
PhysicsCharacter body)
Instantiate an enabled control to visualize the specified character.
|
BulletGhostObjectDebugControl(BulletDebugAppState debugAppState,
PhysicsGhostObject body)
Instantiate an enabled control to visualize the specified ghost object.
|
BulletJointDebugControl(BulletDebugAppState debugAppState,
PhysicsJoint body)
Instantiate an enabled control to visualize the specified joint.
|
BulletRigidBodyDebugControl(BulletDebugAppState debugAppState,
PhysicsRigidBody body)
Instantiate an enabled control to visualize the specified body.
|
BulletVehicleDebugControl(BulletDebugAppState debugAppState,
PhysicsVehicle body)
Instantiate an enabled control to visualize the specified vehicle.
|