Skip to content

Commit

Permalink
added three.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shiya committed Aug 16, 2016
1 parent 5999dd7 commit 58332d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<!-- Viewer3D -->
<link rel="stylesheet" href="../assets/viewer3d/2.5/style.css" type="text/css">
<script src="../assets/viewer3d/2.5/viewer3D.min.js"></script>

<!-- three.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r79/three.min.js"></script>

<!-- Change to this if this is not hosted on github
<link rel="stylesheet" href="https://developer.api.autodesk.com/viewingservice/v1/viewers/style.min.css" type="text/css">
<script src="https://developer.api.autodesk.com/viewingservice/v1/viewers/viewer3D.min.js"></script>
Expand Down

0 comments on commit 58332d4

Please sign in to comment.