Separate prototype in classes in multiple files, and merged two versions

This commit is contained in:
Thomas FORGIONE
2015-05-06 14:54:02 +02:00
parent 453cc401d1
commit 1d6dbc0522
12 changed files with 646 additions and 1109 deletions

View File

@@ -8,7 +8,7 @@ block js
script(src="/static/js/three/MTLLoader.js")
script(src="/static/js/three/OBJLoader.js")
script(src="/static/js/three/OBJMTLLoader.js")
script(src="/static/js/three/OrbitControls.js")
-//script(src="/static/js/three/OrbitControls.js")
script(src="/static/js/Cube.js")
script(src="/static/js/ProgressiveSphere.js")
script(src="/static/js/Camera.js")