There was an error while loading. Please reload this page.
1 parent 749d8ee commit 69cc0e7Copy full SHA for 69cc0e7
index.html
@@ -496,11 +496,11 @@ <h2 id="modaltitle">Load model</h2>
496
<!-- actual usage of the api -->
497
498
<!-- Requires three.js and OrbitControls.js -->
499
- <script src="js/three.min.js"></script>
500
- <script src="js/OrbitControls.js"></script>
+ <script src="libs/three.min.js"></script>
+ <script src="libs/OrbitControls.js"></script>
501
502
<!-- Import ModelViewer.js -->
503
- <script src="js/ModelViewer.js"></script>
+ <script src="src/ModelViewer.js"></script>
504
505
<!-- Demo -->
506
<script src="demo/model.js"></script>
js/OrbitControls.js renamed to libs/OrbitControls.js
js/three.min.js renamed to libs/three.min.js
js/ModelViewer.js renamed to src/ModelViewer.js
0 commit comments