|
@@ -388,7 +388,7 @@ Again, you should see the Ninja+wall+teapot standing in a town.
|
|
|
Here is a third method you must know, loading a scene/model from a .j3o file:
|
|
|
|
|
|
. Remove the code from the previous exercise.
|
|
|
-. If you haven't already, open the xref:ROOT:sdk.adoc[SDK] and open the project that contains the HelloAsset class.
|
|
|
+. If you haven't already, open the xref:sdk:sdk.adoc[SDK] and open the project that contains the HelloAsset class.
|
|
|
. In the projects window, browse to the `assets/Scenes/town` directory.
|
|
|
. Right-click the `main.scene` and convert the scene to binary: The jMonkeyPlatform generates a main.j3o file.
|
|
|
. Add the following code under `simpleInitApp() {`
|