|
@@ -5,6 +5,7 @@
|
|
|
:keywords: beginner, collision, control, intro, documentation, model, physics
|
|
|
:relfileprefix: ../../
|
|
|
:imagesdir: ../..
|
|
|
+:stylesheet: twemoji-awesome.css
|
|
|
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
@@ -206,7 +207,7 @@ public class HelloCollision extends SimpleApplication
|
|
|
|
|
|
----
|
|
|
|
|
|
-Run the sample. You should see a town square with houses and a monument. Use the WASD keys and the mouse to navigate around with a first-person perspective. Run forward and jump by pressing W and Space. Note how you step over the sidewalk, and up the steps to the monument. You can walk in the alleys between the houses, but the walls are solid. Don't walk over the edge of the world! emoji:smiley
|
|
|
+Run the sample. You should see a town square with houses and a monument. Use the WASD keys and the mouse to navigate around with a first-person perspective. Run forward and jump by pressing W and Space. Note how you step over the sidewalk, and up the steps to the monument. You can walk in the alleys between the houses, but the walls are solid. Don't walk over the edge of the world! emoji:smiley[]
|
|
|
|
|
|
|
|
|
== Understanding the Code
|