Skip to content

Commit 69cc0e7

Browse files
committed
Reorganised repo
1 parent 749d8ee commit 69cc0e7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,11 +496,11 @@ <h2 id="modaltitle">Load model</h2>
496496
<!-- actual usage of the api -->
497497

498498
<!-- Requires three.js and OrbitControls.js -->
499-
<script src="js/three.min.js"></script>
500-
<script src="js/OrbitControls.js"></script>
499+
<script src="libs/three.min.js"></script>
500+
<script src="libs/OrbitControls.js"></script>
501501

502502
<!-- Import ModelViewer.js -->
503-
<script src="js/ModelViewer.js"></script>
503+
<script src="src/ModelViewer.js"></script>
504504

505505
<!-- Demo -->
506506
<script src="demo/model.js"></script>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)