Skip to content

Commit

Permalink
make grass plane less bouncy
Browse files Browse the repository at this point in the history
  • Loading branch information
stibipet committed Feb 2, 2024
1 parent 1f75a9f commit 5ce9745
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions worlds/grass_plane.world
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,14 @@
</plane>
</geometry>
<surface>
<friction>
<contact>
<ode>
<mu>1</mu>
<mu2>1</mu2>
<min_depth>0.01</min_depth>
<max_vel>0.0</max_vel>
</ode>
</contact>
<friction>
<ode/>
</friction>
</surface>
</collision>
Expand Down

0 comments on commit 5ce9745

Please sign in to comment.