Răsfoiți Sursa

Update hello_collision.adoc

Fixed broken horizontal rule.
mitm001 9 ani în urmă
părinte
comite
4f176f3d10
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/docs/asciidoc/jme3/beginner/hello_collision.adoc

+ 1 - 0
src/docs/asciidoc/jme3/beginner/hello_collision.adoc

@@ -505,6 +505,7 @@ You have learned how to load a “solid physical scene model and walk around in
 You learned to speed up the physics calculations by using the CollisionShapeFactory to create efficient CollisionShapes for complex Geometries. You know how to add PhysicsControls to your collidable geometries and you register them to the PhysicsSpace. You also learned to use `player.setWalkDirection(walkDirection)` to move collision-aware characters around, and not `setLocalTranslation()`.
 You learned to speed up the physics calculations by using the CollisionShapeFactory to create efficient CollisionShapes for complex Geometries. You know how to add PhysicsControls to your collidable geometries and you register them to the PhysicsSpace. You also learned to use `player.setWalkDirection(walkDirection)` to move collision-aware characters around, and not `setLocalTranslation()`.
 
 
 Terrains are another type of scene in which you will want to walk around. Let's proceed with learning <<jme3/beginner/hello_terrain#,how to generate terrains>> now. 
 Terrains are another type of scene in which you will want to walk around. Let's proceed with learning <<jme3/beginner/hello_terrain#,how to generate terrains>> now. 
+
 '''
 '''
 
 
 Related info:
 Related info: