Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddu7077 authored Jul 1, 2024
1 parent eed1139 commit 6291b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let scene, camera, renderer, model, controls, loadedClothingModel;
const modelPath = '/model/rbb.glb'; // Ensure this path is correct
const modelPath = 'rbb.glb'; // Ensure this path is correct

function init() {
console.log("Initializing the scene...");
Expand Down

0 comments on commit 6291b7c

Please sign in to comment.