Uses of Class
com.jme3.bullet.objects.VehicleWheel
Packages that use VehicleWheel
-
Uses of VehicleWheel in com.jme3.bullet.objects
Fields in com.jme3.bullet.objects with type parameters of type VehicleWheelMethods in com.jme3.bullet.objects that return VehicleWheelModifier and TypeMethodDescriptionPhysicsVehicle.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 vehiclePhysicsVehicle.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 vehiclePhysicsVehicle.getWheel(int wheel) You can get access to the single wheels via this method.