HomeSort by relevance Sort by last modified time
    Searched defs:stiffness (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 115 float stiffness = 60.0f;//200=f1 car local
118 vehicle.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness));
119 vehicle.setSuspensionDamping(dampValue * 2.0f * FastMath.sqrt(stiffness));
120 vehicle.setSuspensionStiffness(stiffness);
TestFancyCar.java 155 float stiffness = 120.0f;//200=f1 car local
174 player.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness));
175 player.setSuspensionDamping(dampValue * 2.0f * FastMath.sqrt(stiffness));
176 player.setSuspensionStiffness(stiffness);
TestAttachDriver.java 143 float stiffness = 60.0f;//200=f1 car local
146 vehicle.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness));
147 vehicle.setSuspensionDamping(dampValue * 2.0f * FastMath.sqrt(stiffness));
148 vehicle.setSuspensionStiffness(stiffness);

Completed in 53 milliseconds