diff options
| author | Julie Lala <jules@okfoc.us> | 2014-05-09 10:32:39 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-05-09 10:33:16 -0400 |
| commit | d31259291d807c851de4396921e0c26b6dd8dce2 (patch) | |
| tree | 71b2551d90027b6b6319a1c1c4817af6c16d165e /assets/javascripts/rectangles/_env.js | |
| parent | 47623b31b6bbd23337920cc51f0ceb623d682139 (diff) | |
resizing using dotsgh-pages
Diffstat (limited to 'assets/javascripts/rectangles/_env.js')
| -rw-r--r-- | assets/javascripts/rectangles/_env.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/javascripts/rectangles/_env.js b/assets/javascripts/rectangles/_env.js index e8ce9c1..972b1fe 100644 --- a/assets/javascripts/rectangles/_env.js +++ b/assets/javascripts/rectangles/_env.js @@ -3,11 +3,13 @@ var environment = new function(){} environment.init = function(){ if (window.scene) { scene.camera.move({ - "x": 1000, + "x": 0, "y": 0, - "z": 250, + "z": 0, "rotationX": 0, // PI/2, "rotationY": PI/2, // PI +// "rotationX": 0, +// "rotationY": PI }) scene.camera.radius = 20 |
