feat(assets): add initial clothing set with all body type variants

Five placeholder clothing items fitted to all 11 body types via the
Surface Deform batch pipeline (60 GLBs total):
- coveralls_basic, jacket_utility, pants_cargo, shirt_henley, boots_work

Each item includes reference.glb, reference_mask.png, coverage.json,
and 11 body-type variant GLBs. All Surface Deform binds succeeded
with no Shrinkwrap fallbacks needed (#711).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 16:56:57 +01:00
co-authored by Claude Opus 4.6
parent 4a605ffea4
commit 042deb6b75
70 changed files with 57 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"hides": [
"foot_l",
"foot_r",
"leg_lower_l",
"leg_lower_r"
],
"torso_variant": "full"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

@@ -0,0 +1,19 @@
{
"hides": [
"torso",
"torso_upper",
"arm_upper_l",
"arm_upper_r",
"arm_lower_l",
"arm_lower_r",
"hand_l",
"hand_r",
"leg_upper_l",
"leg_upper_r",
"leg_lower_l",
"leg_lower_r",
"foot_l",
"foot_r"
],
"torso_variant": "full"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

@@ -0,0 +1,11 @@
{
"hides": [
"torso",
"torso_upper",
"arm_upper_l",
"arm_upper_r",
"arm_lower_l",
"arm_lower_r"
],
"torso_variant": "full"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

@@ -0,0 +1,9 @@
{
"hides": [
"leg_upper_l",
"leg_upper_r",
"leg_lower_l",
"leg_lower_r"
],
"torso_variant": "full"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

@@ -0,0 +1,9 @@
{
"hides": [
"torso",
"torso_upper",
"arm_upper_l",
"arm_upper_r"
],
"torso_variant": "full"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B