Searched refs:dirGeom (Results 1 – 3 of 3) sorted by relevance
511 Geometry dirGeom = new Geometry("WheelDirectionDebugShape" + i, dirArrow); in getDebugShape() local514 dirGeom.setLocalTranslation(location); in getDebugShape()518 dirGeom.setMaterial(debugMaterialGreen); in getDebugShape()522 node.attachChild(dirGeom); in getDebugShape()
207 Geometry dirGeom = (Geometry) debugNode.getChild("WheelDirectionDebugShape" + i); in render() local217 Arrow dirArrow = (Arrow) dirGeom.getMesh(); in render()220 dirGeom.setLocalTranslation(location); in render()
528 Geometry dirGeom = new Geometry("WheelDirectionDebugShape" + i, dirArrow); in getDebugShape() local531 dirGeom.setLocalTranslation(location); in getDebugShape()535 dirGeom.setMaterial(debugMaterialGreen); in getDebugShape()539 node.attachChild(dirGeom); in getDebugShape()