Tweaked actor tag avatar margins.
This commit is contained in:
@@ -468,8 +468,8 @@ const {
|
|||||||
const { scene } = pageProps;
|
const { scene } = pageProps;
|
||||||
|
|
||||||
const avatarFrameSize = 36;
|
const avatarFrameSize = 36;
|
||||||
const avatarMargin = 2.5;
|
const avatarMargin = 2.75;
|
||||||
const avatarVerticalOffset = 0.07; // fraction of crop size; positive shifts crop down (frames more chin, less forehead)
|
const avatarVerticalOffset = 0.1; // fraction of crop size; positive shifts crop down (frames more chin, less forehead)
|
||||||
const fallbackZoom = 2.25; // zoom level when no biometrics are available
|
const fallbackZoom = 2.25; // zoom level when no biometrics are available
|
||||||
|
|
||||||
function clampCrop(crop) {
|
function clampCrop(crop) {
|
||||||
|
|||||||
Reference in New Issue
Block a user