diff options
Diffstat (limited to 'client/splash/constants.js')
| -rw-r--r-- | client/splash/constants.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/splash/constants.js b/client/splash/constants.js index e137ad7d..19d70475 100644 --- a/client/splash/constants.js +++ b/client/splash/constants.js @@ -31,10 +31,10 @@ export const FACE_SCALE = 1 /* face markers */ -export const FACE_MARKERS_SCALE = 0.83 -export const FACE_OFFSET_X = 0 -export const FACE_OFFSET_Y = -0.058 -export const FACE_OFFSET_Z = 0.0525 +export const FACE_MARKERS_SCALE = 0.83 // 0.83 +export const FACE_OFFSET_X = 0 // 0 +export const FACE_OFFSET_Y = 0 // -0.058 +export const FACE_OFFSET_Z = 0 // 0.0525 export const MARKER_POINT_COLOR = 0xffffff export const MARKER_COLORS = [ |
