Searched refs:axleGeom (Results 1 – 3 of 3) sorted by relevance
512 Geometry axleGeom = new Geometry("WheelAxleDebugShape" + i, axleArrow); in getDebugShape() local515 axleGeom.setLocalTranslation(location.add(direction)); in getDebugShape()519 axleGeom.setMaterial(debugMaterialGreen); in getDebugShape()523 node.attachChild(axleGeom); in getDebugShape()
208 Geometry axleGeom = (Geometry) debugNode.getChild("WheelAxleDebugShape" + i); in render() local213 Arrow axleArrow = (Arrow) axleGeom.getMesh(); in render()221 axleGeom.setLocalTranslation(location.addLocal(direction)); in render()
529 Geometry axleGeom = new Geometry("WheelAxleDebugShape" + i, axleArrow); in getDebugShape() local532 axleGeom.setLocalTranslation(location.add(direction)); in getDebugShape()536 axleGeom.setMaterial(debugMaterialGreen); in getDebugShape()540 node.attachChild(axleGeom); in getDebugShape()