feat(skins): 2D integrated skin editor (direct/3D character painting … (#187)

Co-authored-by: /home/neo <[email protected]>
This commit is contained in:
João Pedro Carvalho
2026-08-18 15:39:10 +03:00
committed by GitHub
co-authored by /home/neo
parent 0e1c9250bf
commit 42b3cf62e5
6 changed files with 986 additions and 7 deletions
+2 -2
View File
@@ -273,7 +273,7 @@ const SkinViewer = memo(function SkinViewer({
4,
isLegacy ? limbUv(40, 16, armW) : limbUv(32, 48, armW),
isLegacy ? undefined : limbUv(48, 48, armW),
true,
isLegacy,
isLegacy,
);
leftArm.position.set(isSlim ? 5.5 : 6, 0, 0);
@@ -293,7 +293,7 @@ const SkinViewer = memo(function SkinViewer({
4,
isLegacy ? limbUv(0, 16) : limbUv(16, 48),
isLegacy ? undefined : limbUv(0, 48),
true,
isLegacy,
isLegacy,
);
leftLeg.position.set(2, -12, 0);