Changes between Version 3 and Version 4 of CarControl
- Timestamp:
- 2012-03-09 13:06:48 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CarControl
v3 v4 21 21 #### ForwardWheelFriction, SidewaysWheelFriction: 22 22 23 Parameters of the forward and sideways friction curves. See the documentation on the Friction Curves (TO-DO) for detailed information on how the curves work. Also, use the tire telemetry ([CarTelemetry](wiki:CarTelemetry), B then shift-B at the [Live Demo][1]) for showing the resulting curve in real-time. Ensure the _optimized_ property (below) to be disabled when modifying these parameters in real-time.23 Parameters of the forward and sideways friction curves. Use the tire telemetry ([CarTelemetry](wiki:CarTelemetry), B then shift-B at the [Live Demo][1]) for showing the resulting curve in real-time. Ensure the _optimized_ property (below) to be disabled when modifying these parameters in real-time. 24 24 25 Briefly: (typical parameter range in parenthesis)25 (Typical parameter range in parenthesis) 26 26 27 27 - __grip__ (100..2500): grip factor. The bigger, the more difficult is to make the tire to slide. Too much sideways grip can cause the vehicle to roll over on curves. The forward grip is internally adjusted to match the maximum forward acceleration defined at motorPerformancePeak. … … 112 112 113 113 114 [1]: http://www.edy.es/ unity/offroader.html114 [1]: http://www.edy.es/dev/vehicle-physics/live-demo 115 115 116 116 }}}