diff options
Diffstat (limited to 'assets/javascripts/rectangles/_env.js')
| -rw-r--r-- | assets/javascripts/rectangles/_env.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/javascripts/rectangles/_env.js b/assets/javascripts/rectangles/_env.js index f014a8e..5b4643a 100644 --- a/assets/javascripts/rectangles/_env.js +++ b/assets/javascripts/rectangles/_env.js @@ -9,10 +9,10 @@ environment.init = function(){ "rotationY": PI/2, // PI }) -// map.center.a = scene.camera.x -// map.center.b = scene.camera.z - map.center.a = 0 - map.center.b = 0 + 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(0,0, 500,500), |
