diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-04-24 18:52:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-04-24 18:52:55 -0400 |
| commit | 6a39854726c511f3df0b4aff619ecac1943c993c (patch) | |
| tree | 2b9ca54a08523eb6559f2d36a5e240e98a8d09bc /assets/javascripts/rectangles/_env.js | |
| parent | 0e4bc72fe453797743d63f57db47ef3e0468fc65 (diff) | |
trying to add a slight margin to the walls
Diffstat (limited to 'assets/javascripts/rectangles/_env.js')
| -rw-r--r-- | assets/javascripts/rectangles/_env.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/javascripts/rectangles/_env.js b/assets/javascripts/rectangles/_env.js index d41d490..9bdad6a 100644 --- a/assets/javascripts/rectangles/_env.js +++ b/assets/javascripts/rectangles/_env.js @@ -10,7 +10,7 @@ environment.init = function(){ "rotationY": PI/2, // PI }) - scene.camera.radius = 25 + scene.camera.radius = 20 } map.center.a = scene.camera.x |
