Skip to content

Commit

Permalink
ported to three.js r75 - fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeetienne committed Apr 4, 2016
1 parent 85df00c commit f27ec92
Show file tree
Hide file tree
Showing 6 changed files with 1,388 additions and 1,180 deletions.
1 change: 1 addition & 0 deletions examples/basic.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<script src='vendor/three.js/build/three.min.js'></script>
<script src='vendor/three.js/examples/js/renderers/Projector.js'></script>
<script src='../threex.domevents.js'></script>
<body style='margin: 0px; background-color: #bbbbbb; overflow: hidden;'><script>
var renderer = new THREE.WebGLRenderer()
Expand Down
1 change: 1 addition & 0 deletions examples/demo.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<script src='vendor/three.js/build/three.min.js'></script>
<script src='vendor/three.js/examples/js/renderers/Projector.js'></script>
<script src='bower_components/threex.suzanne/threex.suzanne.js'></script>
<script src='../threex.domevents.js'></script>
<body style='margin: 0px; background-color: #bbbbbb; overflow: hidden;'>
Expand Down
1 change: 1 addition & 0 deletions examples/linkify.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<script src='vendor/three.js/build/three.min.js'></script>
<script src='vendor/three.js/examples/js/renderers/Projector.js'></script>
<script src='../threex.domevents.js'></script>
<script src='../threex.linkify.js'></script>
<body style='margin: 0px; background-color: #bbbbbb; overflow: hidden;'><script>
Expand Down
Loading

0 comments on commit f27ec92

Please sign in to comment.