Skip to content

Commit

Permalink
Reorganized files and folders
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriodiste authored Sep 24, 2023
1 parent b290cc4 commit cfd1323
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 0 deletions.
218 changes: 218 additions & 0 deletions 3d/guitar/guitar.gltf

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import Stats from './three/stats.module.js';
// TWEEN.js
import TWEEN from './tween/tween.esm.js';

// Set page scroll to top
// document.body.scrollTop = 0; // For Safari
// document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera

// Get the path of the root folder
const root_folder = window.location.href.substring(0, window.location.href.lastIndexOf("/")) + "/";
const hostname = window.location.hostname;
Expand Down

0 comments on commit cfd1323

Please sign in to comment.