Searched refs:locGeom (Results 1 – 3 of 3) sorted by relevance
510 Geometry locGeom = new Geometry("WheelLocationDebugShape" + i, locArrow); in getDebugShape() local517 locGeom.setMaterial(debugMaterialGreen); in getDebugShape()521 node.attachChild(locGeom); in getDebugShape()
527 Geometry locGeom = new Geometry("WheelLocationDebugShape" + i, locArrow); in getDebugShape() local534 locGeom.setMaterial(debugMaterialGreen); in getDebugShape()538 node.attachChild(locGeom); in getDebugShape()
206 Geometry locGeom = (Geometry) debugNode.getChild("WheelLocationDebugShape" + i); in render() local211 Arrow locArrow = (Arrow) locGeom.getMesh(); in render()