Skip to content

Commit

Permalink
kuk
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRosencutter committed Dec 21, 2023
1 parent 05a30e9 commit 881405a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pages/museumGallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@
crossorigin="anonymous"></script>

<!-- THREE.js -->
<script type="module" src="https://unpkg.com/three@r130/build/three.module.js"></script>



<script type="importmap">
{
"imports": {
Expand Down Expand Up @@ -97,12 +96,6 @@ <h4 class="card-title">Museum of Imagination Tour<br></h4>
</div>

</div>

<script type="module">
import { PointerLockControls } from 'three/examples/jsm/controls/PointerLockControls.js';

// Your other Three.js and application code goes here
</script>
<script type="module" src="../scripts/1_museumGallery.js"></script>

</body>
Expand Down

0 comments on commit 881405a

Please sign in to comment.