Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java510 Geometry locGeom = new Geometry("WheelLocationDebugShape" + i, locArrow); in getDebugShape() local
517 locGeom.setMaterial(debugMaterialGreen); in getDebugShape()
521 node.attachChild(locGeom); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java527 Geometry locGeom = new Geometry("WheelLocationDebugShape" + i, locArrow); in getDebugShape() local
534 locGeom.setMaterial(debugMaterialGreen); in getDebugShape()
538 node.attachChild(locGeom); in getDebugShape()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java206 Geometry locGeom = (Geometry) debugNode.getChild("WheelLocationDebugShape" + i); in render() local
211 Arrow locArrow = (Arrow) locGeom.getMesh(); in render()