Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java513 Geometry wheelGeom = new Geometry("WheelRadiusDebugShape" + i, wheelArrow); in getDebugShape() local
516 wheelGeom.setLocalTranslation(location.add(direction)); in getDebugShape()
520 wheelGeom.setMaterial(debugMaterialGreen); in getDebugShape()
524 node.attachChild(wheelGeom); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java209 Geometry wheelGeom = (Geometry) debugNode.getChild("WheelRadiusDebugShape" + i); in render() local
215 Arrow wheelArrow = (Arrow) wheelGeom.getMesh(); in render()
222 wheelGeom.setLocalTranslation(location); in render()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java530 Geometry wheelGeom = new Geometry("WheelRadiusDebugShape" + i, wheelArrow); in getDebugShape() local
533 wheelGeom.setLocalTranslation(location.add(direction)); in getDebugShape()
537 wheelGeom.setMaterial(debugMaterialGreen); in getDebugShape()
541 node.attachChild(wheelGeom); in getDebugShape()