Methods in com.jme3.bullet.objects that return VehicleWheel |
VehicleWheel |
PhysicsVehicle.addWheel(Spatial spat,
Vector3f connectionPoint,
Vector3f direction,
Vector3f axle,
float suspensionRestLength,
float wheelRadius,
boolean isFrontWheel)
Add a wheel to this vehicle |
VehicleWheel |
PhysicsVehicle.addWheel(Vector3f connectionPoint,
Vector3f direction,
Vector3f axle,
float suspensionRestLength,
float wheelRadius,
boolean isFrontWheel)
Add a wheel to this vehicle |
VehicleWheel |
PhysicsVehicle.getWheel(int wheel)
You can get access to the single wheels via this method. |