summaryrefslogtreecommitdiff
path: root/assets/javascripts/rectangles/_env.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-04-21 18:44:06 -0400
committerJules Laplace <jules@okfoc.us>2014-04-21 18:44:06 -0400
commit5e795dbab647d9d8c4285233e1efc6262d49f720 (patch)
tree2d727f1947af8650db5cfc5ac2f0f8e1fad744bd /assets/javascripts/rectangles/_env.js
parent0a7a3a60b15d9bd6cdb9e7f153eb93f6686b8c37 (diff)
coordinate stuff
Diffstat (limited to 'assets/javascripts/rectangles/_env.js')
-rw-r--r--assets/javascripts/rectangles/_env.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/javascripts/rectangles/_env.js b/assets/javascripts/rectangles/_env.js
index 145806e..66a323e 100644
--- a/assets/javascripts/rectangles/_env.js
+++ b/assets/javascripts/rectangles/_env.js
@@ -9,8 +9,10 @@ environment.init = function(){
"rotationY": PI
})
- map.center.a = scene.camera.x
- map.center.b = scene.camera.z
+// map.center.a = scene.camera.x
+// map.center.b = scene.camera.z
+ map.center.a = 0
+ map.center.b = 0
clipper.rooms.push( new room ({
rect: new rect(-100,-100, 100,100),