소스 검색

Merge pull request #59 from mitm001/patch-17

Update hello_collision.adoc
mitm001 9 년 전
부모
커밋
5f2ad223a6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: