Browse Source

Cosmetic change for SoftBody tutorial

Rémi Verschelde 6 years ago
parent
commit
64e7b5a1f5
2 changed files with 4 additions and 4 deletions
  1. 1 1
      tutorials/physics/index.rst
  2. 3 3
      tutorials/physics/soft_body.rst

+ 1 - 1
tutorials/physics/index.rst

@@ -11,4 +11,4 @@ Physics
    ray-casting
    ragdoll_system
    kinematic_character_2d
-   softbody
+   soft_body

+ 3 - 3
tutorials/physics/softbody.rst → tutorials/physics/soft_body.rst

@@ -1,7 +1,7 @@
-.. _doc_softbody:
+.. _doc_soft_body:
 
-Soft body
-=========
+SoftBody
+========
 
 Soft bodies (or *soft-body dynamics*) simulate movement, changing shape and other physical properties of deformable objects.
 This can for example be used to simulate cloth or to create more realistic characters.