diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 20:24:42 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 20:24:42 +0100 |
| commit | de877acdb34a5e07ce6b7b9d21b9ca720181594d (patch) | |
| tree | df1e9f4fecaf4323f05ecdb2468080122af6a0f4 /client/splash/constants.js | |
| parent | b0eb2d9672044a1b64a2a1f21540f9ef1bd7b571 (diff) | |
transitions
Diffstat (limited to 'client/splash/constants.js')
| -rw-r--r-- | client/splash/constants.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/splash/constants.js b/client/splash/constants.js index a3724b72..520da350 100644 --- a/client/splash/constants.js +++ b/client/splash/constants.js @@ -4,8 +4,8 @@ export const CAMERA_NEAR = 0.001 export const CAMERA_FAR = 1000 export const CAMERA_X = 0 -export const CAMERA_Y = 0.2 -export const CAMERA_Z = 2 +export const CAMERA_Y = 0 +export const CAMERA_Z = 1.5 export const FOG_COLOR = 0x191919 @@ -31,10 +31,10 @@ export const FACE_SCALE = 1 /* face markers */ -export const FACE_MARKERS_SCALE = 0.82 +export const FACE_MARKERS_SCALE = 0.83 export const FACE_OFFSET_X = 0 -export const FACE_OFFSET_Y = -0.0295 -export const FACE_OFFSET_Z = 0.0275 +export const FACE_OFFSET_Y = -0.058 +export const FACE_OFFSET_Z = 0.0525 export const MARKER_POINT_COLOR = 0xffffff export const MARKER_COLORS = [ |
