diff --git a/static/secrets/forest/forest.js b/static/secrets/forest/forest.js index 6a91d9c..ccc1800 100644 --- a/static/secrets/forest/forest.js +++ b/static/secrets/forest/forest.js @@ -14,7 +14,7 @@ camera.position.z = 5; // OBJ loader. const objectLoader = new OBJLoader(); objectLoader.load( - "/wolf_head.obj", + "/../../wolf_head/wolf_head.obj", function(object) { console.log(object); modelObject = object; diff --git a/static/wolf_head/main.js b/static/wolf_head/main.js index 6f58608..03718ec 100644 --- a/static/wolf_head/main.js +++ b/static/wolf_head/main.js @@ -41,7 +41,7 @@ scene.add(light); // OBJ loader. const objectLoader = new OBJLoader(); objectLoader.load( - "/wolf_head.obj", + "wolf_head/wolf_head.obj", function(object) { console.log(object); modelObject = object;