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

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 124 Vector3f wheelDirection = new Vector3f(0, -1, 0); // was 0, -1, 0
140 wheelDirection, wheelAxle, restLength, radius, true);
148 wheelDirection, wheelAxle, restLength, radius, true);
156 wheelDirection, wheelAxle, restLength, radius, false);
164 wheelDirection, wheelAxle, restLength, radius, false);
TestAttachDriver.java 152 Vector3f wheelDirection = new Vector3f(0, -1, 0); // was 0, -1, 0
168 wheelDirection, wheelAxle, restLength, radius, true);
176 wheelDirection, wheelAxle, restLength, radius, true);
184 wheelDirection, wheelAxle, restLength, radius, false);
192 wheelDirection, wheelAxle, restLength, radius, false);
TestFancyCar.java 181 Vector3f wheelDirection = new Vector3f(0, -1, 0);
191 wheelDirection, wheelAxle, 0.2f, wheelRadius, true);
197 wheelDirection, wheelAxle, 0.2f, wheelRadius, true);
203 wheelDirection, wheelAxle, 0.2f, wheelRadius, false);
209 wheelDirection, wheelAxle, 0.2f, wheelRadius, false);

Completed in 94 milliseconds