Searched refs:wheelGeom (Results 1 – 3 of 3) sorted by relevance
513 Geometry wheelGeom = new Geometry("WheelRadiusDebugShape" + i, wheelArrow); in getDebugShape() local516 wheelGeom.setLocalTranslation(location.add(direction)); in getDebugShape()520 wheelGeom.setMaterial(debugMaterialGreen); in getDebugShape()524 node.attachChild(wheelGeom); in getDebugShape()
209 Geometry wheelGeom = (Geometry) debugNode.getChild("WheelRadiusDebugShape" + i); in render() local215 Arrow wheelArrow = (Arrow) wheelGeom.getMesh(); in render()222 wheelGeom.setLocalTranslation(location); in render()
530 Geometry wheelGeom = new Geometry("WheelRadiusDebugShape" + i, wheelArrow); in getDebugShape() local533 wheelGeom.setLocalTranslation(location.add(direction)); in getDebugShape()537 wheelGeom.setMaterial(debugMaterialGreen); in getDebugShape()541 node.attachChild(wheelGeom); in getDebugShape()