|
@@ -23,7 +23,7 @@ image::jme3/beginner/beginner-scene.png[beginner-scene.png,360,281,align="center
|
|
|
|
|
|
== Sample Code
|
|
|
|
|
|
-If you don't have it yet, link:https://github.com/jMonkeyEngine/wiki/raw/master/src/docs/resources/Scenes/Town/town.zip[download the town.zip] sample scene.
|
|
|
+If you don't have it yet, link:https://wiki.jmonkeyengine.org/Scenes/Town/town.zip[Download the town.zip] sample scene.
|
|
|
|
|
|
[source]
|
|
|
----
|
|
@@ -298,7 +298,7 @@ For the scene, you load the `sceneModel` from a zip file, and adjust the size.
|
|
|
|
|
|
----
|
|
|
|
|
|
-The file `town.zip` is included as a sample model in the JME3 sources – you can link:https://github.com/jMonkeyEngine/wiki/raw/master/src/docs/resources/Scenes/Town/town.zip[download it here]. (Optionally, use any OgreXML scene of your own.) For this sample, place the zip file in the application's top level directory (that is, next to src/, assets/, build.xml).
|
|
|
+The file `town.zip` is included as a sample model in the JME3 sources – you can link:https://wiki.jmonkeyengine.org/Scenes/Town/town.zip[Download the town.zip]. (Optionally, use any OgreXML scene of your own.) For this sample, place the zip file in the application's top level directory (that is, next to src/, assets/, build.xml).
|
|
|
|
|
|
[source,java]
|
|
|
----
|