Sfoglia il codice sorgente

Update hello_collision.adoc

Fixed broken horizontal rule.
mitm001 9 anni fa
parent
commit
4f176f3d10
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()`.
 
 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: