diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-29 00:15:14 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-29 00:15:14 +0100 |
| commit | 480f00fc1a002bf398c4e9e4b3b8f7d4f0c62ec0 (patch) | |
| tree | adaa72afd64083fcac3b958f2f17109e200542b8 /client/splash/constants.js | |
| parent | e2e3742be0cd1aba90176446386a73f9fcc411b3 (diff) | |
| parent | cb5d416025156c94cf0892664eab259a264df757 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'client/splash/constants.js')
| -rw-r--r-- | client/splash/constants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/splash/constants.js b/client/splash/constants.js index 1d00d068..406529a2 100644 --- a/client/splash/constants.js +++ b/client/splash/constants.js @@ -1,7 +1,7 @@ /* renderer */ export const CAMERA_NEAR = 0.001 -export const CAMERA_FAR = 1000 +export const CAMERA_FAR = 20 export const CAMERA_X = 0.5 export const CAMERA_Y = -0.5 |
