Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java512 Geometry axleGeom = new Geometry("WheelAxleDebugShape" + i, axleArrow); in getDebugShape() local
515 axleGeom.setLocalTranslation(location.add(direction)); in getDebugShape()
519 axleGeom.setMaterial(debugMaterialGreen); in getDebugShape()
523 node.attachChild(axleGeom); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java208 Geometry axleGeom = (Geometry) debugNode.getChild("WheelAxleDebugShape" + i); in render() local
213 Arrow axleArrow = (Arrow) axleGeom.getMesh(); in render()
221 axleGeom.setLocalTranslation(location.addLocal(direction)); in render()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java529 Geometry axleGeom = new Geometry("WheelAxleDebugShape" + i, axleArrow); in getDebugShape() local
532 axleGeom.setLocalTranslation(location.add(direction)); in getDebugShape()
536 axleGeom.setMaterial(debugMaterialGreen); in getDebugShape()
540 node.attachChild(axleGeom); in getDebugShape()