Searched refs:VehicleControl (Results 1 – 5 of 5) sorted by relevance
31 public class VehicleControl extends PhysicsVehicle implements PhysicsControl { class38 public VehicleControl() { in VehicleControl() method in VehicleControl45 public VehicleControl(CollisionShape shape) { in VehicleControl() method in VehicleControl49 public VehicleControl(CollisionShape shape, float mass) { in VehicleControl() method in VehicleControl85 VehicleControl control = new VehicleControl(collisionShape, mass); in cloneForSpatial()
40 import com.jme3.bullet.control.VehicleControl;56 private VehicleControl vehicle;110 vehicle = new VehicleControl(compoundShape, 400); in buildPlayer()
39 import com.jme3.bullet.control.VehicleControl;58 private VehicleControl player;170 player = new VehicleControl(carHull, mass); in buildPlayer()
43 import com.jme3.bullet.control.VehicleControl;62 private VehicleControl vehicle;138 vehicle = new VehicleControl(compoundShape, 800); in buildPlayer()
21388 ==> engine/src/bullet-common/com/jme3/bullet/control/VehicleControl.java <==