diff options
Diffstat (limited to 'assets/javascripts/rectangles/_env.js')
| -rw-r--r-- | assets/javascripts/rectangles/_env.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/javascripts/rectangles/_env.js b/assets/javascripts/rectangles/_env.js index 9df73c2..4964bfa 100644 --- a/assets/javascripts/rectangles/_env.js +++ b/assets/javascripts/rectangles/_env.js @@ -2,9 +2,9 @@ var environment = new function(){} environment.init = function(){ window.scene && scene.camera.move({ - "x": 0, - "y": 1000, - "z": 0, + "x": 500, + "y": 1500, + "z": 200, "rotationX": PI/2, "rotationY": PI }) |
