remove trailing spaces, fix indentation, spelling fixes
This commit is contained in:
parent
e78dc8c153
commit
a606294bf7
1 changed files with 54 additions and 54 deletions
|
@ -62,8 +62,8 @@ Properties currently used:
|
|||
(default: true).
|
||||
|
||||
friction-factor: the friction factor for that material. The normalized
|
||||
factor can be used by a FDM to postmultiply all contact friction forces
|
||||
with that factor. That is the more slipery a material is the smaller this
|
||||
factor can be used by a FDM to post-multiply all contact friction forces
|
||||
with that factor. That is the more slippery a material is the smaller this
|
||||
value should be. (default: 1.0 for Dry concrete/Asphalt).
|
||||
|
||||
rolling-friction: the gear rolling rolling-friction coefficient for this
|
||||
|
@ -77,7 +77,7 @@ Properties currently used:
|
|||
(default: FLT_MAX).
|
||||
|
||||
glyph: group that defines one letter/digit/symbol in a font texture
|
||||
subentries: name, left (default: 0.0), right (default: 1.0)
|
||||
sub-entries: name, left (default: 0.0), right (default: 1.0)
|
||||
(left and right describe the horizontal position in the texture.)
|
||||
|
||||
tree-coverage: The coverage of trees in m^2. A lower number means a
|
||||
|
@ -655,7 +655,7 @@ Shared parameters for various materials.
|
|||
<wrapu>false</wrapu>
|
||||
</material>
|
||||
|
||||
<!-- Default Summer-->
|
||||
<!-- Default Summer -->
|
||||
|
||||
<material>
|
||||
<condition>
|
||||
|
|
Loading…
Reference in a new issue