Skip to content

Commit

Permalink
Upgrade to modern three.js (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Jun 15, 2021
1 parent 585d89d commit 424d0e0
Show file tree
Hide file tree
Showing 30 changed files with 539 additions and 37,232 deletions.
295 changes: 290 additions & 5 deletions build/threestrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/threestrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/basic_cube.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Threestrap - Basic Cubes</title>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/three.js/72/three.min.js"
src="https://cdn.jsdelivr.net/npm/three@0.127.0/build/three.min.js"
></script>
<script type="text/javascript" src="../build/threestrap.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/controls_firstperson_cube.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<title>Threestrap - Camera First Person Controls</title>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/three.js/72/three.min.js"
src="https://cdn.jsdelivr.net/npm/three@0.127.0/build/three.min.js"
></script>
<script
type="text/javascript"
src="../vendor/controls/FirstPersonControls.js"
src="https://cdn.jsdelivr.net/npm/three@0.127.0/examples/js/controls/FirstPersonControls.js"
></script>
<script type="text/javascript" src="../build/threestrap.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/controls_orbit_cube.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<title>Threestrap - Camera Orbit Controls</title>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/three.js/72/three.min.js"
src="https://cdn.jsdelivr.net/npm/three@0.127.0/build/three.min.js"
></script>
<script
type="text/javascript"
src="../vendor/controls/OrbitControls.js"
src="https://cdn.jsdelivr.net/npm/three@0.127.0/examples/js/controls/OrbitControls.js"
></script>
<script type="text/javascript" src="../build/threestrap.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion examples/element_cube.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Threestrap - Basic Cubes in DOM element</title>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/three.js/72/three.min.js"
src="https://cdn.jsdelivr.net/npm/three@0.127.0/build/three.min.js"
></script>
<script type="text/javascript" src="../build/threestrap.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion examples/empty.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Threestrap - Empty</title>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/three.js/72/three.min.js"
src="https://cdn.jsdelivr.net/npm/three@0.127.0/build/three.min.js"
></script>
<script type="text/javascript" src="../build/threestrap.js"></script>
</head>
Expand Down

0 comments on commit 424d0e0

Please sign in to comment.