HomeSort by relevance Sort by last modified time
    Searched refs:axleGeom (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
VehicleControl.java 208 Geometry axleGeom = (Geometry) debugNode.getChild("WheelAxleDebugShape" + i);
213 Arrow axleArrow = (Arrow) axleGeom.getMesh();
221 axleGeom.setLocalTranslation(location.addLocal(direction));
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 529 Geometry axleGeom = new Geometry("WheelAxleDebugShape" + i, axleArrow);
532 axleGeom.setLocalTranslation(location.add(direction));
536 axleGeom.setMaterial(debugMaterialGreen);
540 node.attachChild(axleGeom);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 512 Geometry axleGeom = new Geometry("WheelAxleDebugShape" + i, axleArrow);
515 axleGeom.setLocalTranslation(location.add(direction));
519 axleGeom.setMaterial(debugMaterialGreen);
523 node.attachChild(axleGeom);

Completed in 70 milliseconds