Home
last modified time | relevance | path

Searched refs:wheelAxle (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestPhysicsCar.java125 Vector3f wheelAxle = new Vector3f(-1, 0, 0); // was -1, 0, 0 in buildPlayer() local
140 wheelDirection, wheelAxle, restLength, radius, true); in buildPlayer()
148 wheelDirection, wheelAxle, restLength, radius, true); in buildPlayer()
156 wheelDirection, wheelAxle, restLength, radius, false); in buildPlayer()
164 wheelDirection, wheelAxle, restLength, radius, false); in buildPlayer()
DTestFancyCar.java182 Vector3f wheelAxle = new Vector3f(-1, 0, 0); in buildPlayer() local
191 wheelDirection, wheelAxle, 0.2f, wheelRadius, true); in buildPlayer()
197 wheelDirection, wheelAxle, 0.2f, wheelRadius, true); in buildPlayer()
203 wheelDirection, wheelAxle, 0.2f, wheelRadius, false); in buildPlayer()
209 wheelDirection, wheelAxle, 0.2f, wheelRadius, false); in buildPlayer()
DTestAttachDriver.java153 Vector3f wheelAxle = new Vector3f(-1, 0, 0); // was -1, 0, 0 in buildPlayer() local
168 wheelDirection, wheelAxle, restLength, radius, true); in buildPlayer()
176 wheelDirection, wheelAxle, restLength, radius, true); in buildPlayer()
184 wheelDirection, wheelAxle, restLength, radius, false); in buildPlayer()
192 wheelDirection, wheelAxle, restLength, radius, false); in buildPlayer()