We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359e226 commit 44a0985Copy full SHA for 44a0985
1 file changed
jme3-examples/src/main/java/jme3test/helloworld/HelloCollision.java
@@ -87,7 +87,7 @@ public void simpleInitApp() {
87
assetManager.registerLocator(
88
"https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jmonkeyengine/town.zip",
89
HttpZipLocator.class);
90
- Spatial sceneModel = assetManager.loadModel("main.j3o");
+ Spatial sceneModel = assetManager.loadModel("main.scene");
91
sceneModel.setLocalScale(2f);
92
93
// We set up collision detection for the scene by creating a
0 commit comments