Searched refs:setFrictionSlip (Results 1 – 7 of 7) sorted by relevance
175 wheel.setFrictionSlip(tuning.frictionSlip); in addWheel()227 public void setFrictionSlip(float frictionSlip) { in setFrictionSlip() method in PhysicsVehicle238 public void setFrictionSlip(int wheel, float frictionSlip) { in setFrictionSlip() method in PhysicsVehicle239 wheels.get(wheel).setFrictionSlip(frictionSlip); in setFrictionSlip()
200 public void setFrictionSlip(float frictionSlip) { in setFrictionSlip() method in VehicleWheel
183 wheel.setFrictionSlip(tuning.frictionSlip); in addWheel()237 public void setFrictionSlip(float frictionSlip) { in setFrictionSlip() method in PhysicsVehicle248 public void setFrictionSlip(int wheel, float frictionSlip) { in setFrictionSlip() method in PhysicsVehicle249 wheels.get(wheel).setFrictionSlip(frictionSlip); in setFrictionSlip()
205 public void setFrictionSlip(float frictionSlip) { in setFrictionSlip() method in VehicleWheel
211 player.getWheel(2).setFrictionSlip(4); in buildPlayer()212 player.getWheel(3).setFrictionSlip(4); in buildPlayer()
125 getWheel(i).setFrictionSlip(0.001f); in createWheels()
103 control.setFrictionSlip(getFrictionSlip()); in cloneForSpatial()113 newWheel.setFrictionSlip(wheel.getFrictionSlip()); in cloneForSpatial()