Home
last modified time | relevance | path

Searched refs:VehicleControl (Results 1 – 5 of 5) sorted by relevance

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