diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 20:42:57 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 20:42:57 +0100 |
| commit | cb5d416025156c94cf0892664eab259a264df757 (patch) | |
| tree | aeb293c30a104aff439417cf9703467e75fb82b2 | |
| parent | 121cfd1b48254b54730ba323f0b60872f1c782d9 (diff) | |
yes
| -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 |
