Skip to content

Commit

Permalink
more fix for issue #993 (TestGltfLoading throws AssetNotFoundException)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 17, 2019
1 parent eabd05a commit 8f8b6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void simpleInitApp() {
// 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));
Expand Down

0 comments on commit 8f8b6b9

Please sign in to comment.