From 792205d1e43f681a0e6e2926695f5f024f665347 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Sun, 18 Jan 2026 03:30:05 -0500 Subject: [PATCH] wolf head file path fixed --- static/secrets/forest/forest.js | 2 +- static/wolf_head/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;