Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java511 Geometry dirGeom = new Geometry("WheelDirectionDebugShape" + i, dirArrow); in getDebugShape() local
514 dirGeom.setLocalTranslation(location); in getDebugShape()
518 dirGeom.setMaterial(debugMaterialGreen); in getDebugShape()
522 node.attachChild(dirGeom); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java207 Geometry dirGeom = (Geometry) debugNode.getChild("WheelDirectionDebugShape" + i); in render() local
217 Arrow dirArrow = (Arrow) dirGeom.getMesh(); in render()
220 dirGeom.setLocalTranslation(location); in render()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java528 Geometry dirGeom = new Geometry("WheelDirectionDebugShape" + i, dirArrow); in getDebugShape() local
531 dirGeom.setLocalTranslation(location); in getDebugShape()
535 dirGeom.setMaterial(debugMaterialGreen); in getDebugShape()
539 node.attachChild(dirGeom); in getDebugShape()