| Package | Description |
|---|---|
| com.jme3.bullet | |
| com.jme3.bullet.control | |
| com.jme3.bullet.debug | |
| com.jme3.bullet.objects.infos |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PhysicsVehicle> |
PhysicsSpace.getVehicleList()
Copy the list of physics vehicles that have been added to this space and
not yet removed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VehicleControl
A physics control to link a PhysicsVehicle to a spatial.
|
| Modifier and Type | Field and Description |
|---|---|
protected PhysicsVehicle |
BulletVehicleDebugControl.body |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap<PhysicsVehicle,com.jme3.scene.Spatial> |
BulletDebugAppState.vehicles
map vehicles to visualizations
|
| Constructor and Description |
|---|
BulletVehicleDebugControl(BulletDebugAppState debugAppState,
PhysicsVehicle body)
Instantiate an enabled control to visualize the specified vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RigidBodyMotionState.setVehicle(PhysicsVehicle vehicle) |