A hell of a lot cleaning
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
extends ../../../views/main
|
||||
extends ../../../views/withjs
|
||||
block title
|
||||
title #{title} - Bouncing cube
|
||||
|
||||
block extrajs
|
||||
script(src="/static/js/three.min.js")
|
||||
script(src="/static/js/threetools.min.js")
|
||||
script(src="/static/js/bouncing.min.js")
|
||||
|
||||
block content
|
||||
|
||||
@@ -5,7 +5,7 @@ block title
|
||||
|
||||
block extrajs
|
||||
script(src="/static/js/three.min.js")
|
||||
script(src="/static/js/threetools.min.js")
|
||||
script(src="/static/js/l3d.min.js")
|
||||
script(src="/static/js/multisphere.min.js")
|
||||
|
||||
block content
|
||||
|
||||
@@ -4,7 +4,8 @@ block title
|
||||
title #{title} - Prototype
|
||||
|
||||
block extrajs
|
||||
script(src="/static/js/prototypetools.min.js")
|
||||
script(src="/static/js/l3d.min.js")
|
||||
script(src="/static/js/l3dp.min.js")
|
||||
block configjs
|
||||
block mainjs
|
||||
script document.getElementById('music').volume = 0.5;
|
||||
|
||||
@@ -4,7 +4,6 @@ block title
|
||||
title #{title} - Prototype
|
||||
|
||||
block extrajs
|
||||
script(src="/static/js/prototypetools.min.js")
|
||||
script RecommendedCamera = FixedCamera;
|
||||
script var params = params || {}; params.get = params.get || {}; params.get.id = #{id};
|
||||
script initMainScene = #{initjs}
|
||||
|
||||
@@ -6,8 +6,8 @@ block title
|
||||
block extrajs
|
||||
script params = {}; params.get= {}; params.get.res = #{resolution}
|
||||
script(src="/static/js/three.min.js")
|
||||
script(src="/static/js/threetools.min.js")
|
||||
script(src="/static/js/socket.io.min.js")
|
||||
script(src="/static/js/l3d.min.js")
|
||||
script(src="/static/js/streamingsimulator.min.js")
|
||||
script(type='text/javascript').
|
||||
$(function() {
|
||||
|
||||
Reference in New Issue
Block a user