Skip to content

Commit

Permalink
complete last change
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpt committed Sep 26, 2024
1 parent e620c3e commit 5648aaf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions marchtestlocal.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
</style>
<!-- <script src="https://rawgit.com/mrdoob/three.js/dev/build/three.js"></script> -->
<!-- <script src="three150.js"></script> -->
<!-- Patch to use module version of three from older non-module code
Will update to proper modules at some point, but hat impacts other local projects so deferring -->
<script type="module">
console.log('start getthreemod')
import * as THREE from './three168.module.js';
console.log('import done getthreemod')
window.THREE = Object.assign({}, THREE)
console.log('export done getthreemod')
</script>
<script defer src="TrackballControls.js"></script>
<script defer src="https://rawgit.com/mrdoob/stats.js/master/build/stats.js"></script>
Expand Down

0 comments on commit 5648aaf

Please sign in to comment.