Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
delta911turbo authored Feb 12, 2024
1 parent 5e10afa commit e674abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ loaderScript.onload = () => {
`;

// Load 3D model
const modelPath = '3dmodels/HoleHead.glb';
const modelPath = './3dmodels/HoleHead.glb';

function loadModel(modelPath) {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit e674abe

Please sign in to comment.