HomeSort by relevance Sort by last modified time
    Searched refs:setSuspensionCompression (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 327 public void setSuspensionCompression(float suspensionCompression) {
339 public void setSuspensionCompression(int wheel, float suspensionCompression) {
354 * See the comments for setSuspensionCompression for how to set k.
363 * See the comments for setSuspensionCompression for how to set k.
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 317 public void setSuspensionCompression(float suspensionCompression) {
329 public void setSuspensionCompression(int wheel, float suspensionCompression) {
344 * See the comments for setSuspensionCompression for how to set k.
353 * See the comments for setSuspensionCompression for how to set k.
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 118 vehicle.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness));
TestAttachDriver.java 146 vehicle.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness));
TestFancyCar.java 174 player.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness));
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
VehicleControl.java 106 control.setSuspensionCompression(tuning.suspensionCompression);

Completed in 66 milliseconds