Searched refs:VehicleControl (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DVehicleControl.java31 public class VehicleControl extends PhysicsVehicle implements PhysicsControl { class in inherits:PhysicsVehicle,PhysicsControl
38 public VehicleControl() { method in class:VehicleControl
45 public VehicleControl(CollisionShape shape) { method in class:VehicleControl
49 public VehicleControl(CollisionShape shape, float mass) { method in class:VehicleControl
85 VehicleControl control = new VehicleControl(collisionShape, mass);
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestPhysicsCar.java40 import com.jme3.bullet.control.VehicleControl;
56 private VehicleControl vehicle;
110 vehicle = new VehicleControl(compoundShape, 400);
H A DTestAttachDriver.java43 import com.jme3.bullet.control.VehicleControl;
62 private VehicleControl vehicle;
138 vehicle = new VehicleControl(compoundShape, 800);
H A DTestFancyCar.java39 import com.jme3.bullet.control.VehicleControl;
58 private VehicleControl player;
170 player = new VehicleControl(carHull, mass);

Completed in 114 milliseconds