Added reverse camera (arrow with camera at the end)

This commit is contained in:
Thomas FORGIONE
2015-05-11 08:45:13 +02:00
parent d677390bb2
commit 647843d51b
10 changed files with 239 additions and 8 deletions

View File

@@ -33,6 +33,8 @@ html(lang='fr')
ul.dropdown-menu(role="menu")
li
a(href="#{urls.arrows}") Arrows
li
a(href="#{urls.reverse}") Reverse arrows
li
a(href="#{urls.viewports}") Viewports
li

View File

@@ -14,6 +14,7 @@ block js
script(src="/static/js/Camera.js")
script(src="/static/js/FixedCamera.js")
script(src="/static/js/OldFixedCamera.js")
script(src="/static/js/ReverseCamera.js")
script(src="/static/js/BouncingCube.js")
script(src="/static/js/BufferGeometryToGeometry.js")
script(src="/static/js/PointerCamera.js")