more fix for issue #993 (TestGltfLoading throws AssetNotFoundException)

This commit is contained in:
Stephen Gold 2019-03-17 14:26:40 -07:00
parent eabd05acdf
commit 8f8b6b93e5

View File

@ -146,7 +146,7 @@ public class TestGltfLoading extends SimpleApplication {
// loadModel("Models/gltf/Monster/Monster.gltf", Vector3f.ZERO, 0.03f); // 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/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)); probeNode.attachChild(assets.get(0));