Skip to content

Commit

Permalink
Merge pull request #86672 from qwofford/qwofford/issue85805
Browse files Browse the repository at this point in the history
Fix incorrect VehicleWheel3D Roll Influence description
  • Loading branch information
akien-mga committed Jan 2, 2024
2 parents dc95a3d + c979d02 commit b4b96ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/VehicleWheel3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
This is the distance in meters the wheel is lowered from its origin point. Don't set this to 0.0 and move the wheel into position, instead move the origin point of your wheel (the gizmo in Godot) to the position the wheel will take when bottoming out, then use the rest length to move the wheel down to the position it should be in when the car is in rest.
</member>
<member name="wheel_roll_influence" type="float" setter="set_roll_influence" getter="get_roll_influence" default="0.1">
This value affects the roll of your vehicle. If set to 1.0 for all wheels, your vehicle will be prone to rolling over, while a value of 0.0 will resist body roll.
This value affects the roll of your vehicle. If set to 1.0 for all wheels, your vehicle will resist body roll, while a value of 0.0 will be prone to rolling over.
</member>
</members>
</class>

0 comments on commit b4b96ab

Please sign in to comment.