Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DVehicleWheel.java48 protected long wheelId = 0; field in VehicleWheel
90 getWheelLocation(wheelId, wheelIndex, wheelWorldLocation); in updatePhysicsState()
91 getWheelRotation(wheelId, wheelIndex, tmp_Matrix); in updatePhysicsState()
95 private native void getWheelLocation(long vehicleId, int wheelId, Vector3f location); in getWheelLocation() argument
97 private native void getWheelRotation(long vehicleId, int wheelId, Matrix3f location); in getWheelRotation() argument
122 return wheelId; in getWheelId()
126 this.wheelId = vehicleId; in setVehicleId()
254 if (wheelId == 0) { in applyInfo()
257 …applyInfo(wheelId, wheelIndex, suspensionStiffness, wheelsDampingRelaxation, wheelsDampingCompress… in applyInfo()
260 private native void applyInfo(long wheelId, int wheelIndex, in applyInfo() argument
[all …]