| Package | Description |
|---|---|
| com.jme3.bullet.objects |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<VehicleWheel> |
PhysicsVehicle.wheels
list of wheels
|
| Modifier and Type | Method and Description |
|---|---|
VehicleWheel |
PhysicsVehicle.addWheel(com.jme3.scene.Spatial spat,
com.jme3.math.Vector3f connectionPoint,
com.jme3.math.Vector3f direction,
com.jme3.math.Vector3f axle,
float suspensionRestLength,
float wheelRadius,
boolean isFrontWheel)
Add a wheel to this vehicle
|
VehicleWheel |
PhysicsVehicle.addWheel(com.jme3.math.Vector3f connectionPoint,
com.jme3.math.Vector3f direction,
com.jme3.math.Vector3f axle,
float suspensionRestLength,
float wheelRadius,
boolean isFrontWheel)
Add a wheel to this vehicle.
|
VehicleWheel |
PhysicsVehicle.getWheel(int wheel)
Access the indexed wheel of this vehicle.
|