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 088b48e commit ff0b1d6Copy full SHA for ff0b1d6
jme3-examples/src/main/java/jme3test/bullet/TestIssue1004.java
@@ -60,7 +60,7 @@ public static void main(String[] args) {
60
public void simpleInitApp() {
61
BulletAppState bulletAppState = new BulletAppState();
62
stateManager.attach(bulletAppState);
63
- String sinbadPath = "Models/Sinbad/SinbadOldAnim.j3o";
+ String sinbadPath = "Models/Sinbad/Sinbad.mesh.xml";
64
Node sinbad = (Node) assetManager.loadModel(sinbadPath);
65
66
Geometry geometry = (Geometry) sinbad.getChild(0);
0 commit comments