more fix for issue #993 (TestGltfLoading throws AssetNotFoundException)

v3.2
Stephen Gold 6 years ago
parent eabd05acdf
commit 8f8b6b93e5
  1. 2
      jme3-examples/src/main/java/jme3test/model/TestGltfLoading.java

@ -146,7 +146,7 @@ public class TestGltfLoading extends SimpleApplication {
// loadModel("Models/gltf/Monster/Monster.gltf", Vector3f.ZERO, 0.03f);
// loadModel("Models/gltf/corset/Corset.gltf", new Vector3f(0, -1, 0), 20f);
loadModel("Models/gltf/boxInter/BoxInterleaved.gltf", new Vector3f(0, 0, 0), 1f);
// loadModel("Models/gltf/boxInter/BoxInterleaved.gltf", new Vector3f(0, 0, 0), 1f);
probeNode.attachChild(assets.get(0));

Loading…
Cancel
Save