2024-09-24 18:02:01 +00:00
|
|
|
{
|
|
|
|
"geometries": {
|
|
|
|
"feet": {
|
|
|
|
"type": "BoxGeometry",
|
|
|
|
"options": [
|
|
|
|
7.25,
|
|
|
|
3.15,
|
|
|
|
7.85
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"leg": {
|
|
|
|
"type": "BoxGeometry",
|
|
|
|
"options": [
|
|
|
|
7.25,
|
|
|
|
8.3,
|
|
|
|
5.6
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"thigh": {
|
|
|
|
"type": "CylinderGeometry",
|
|
|
|
"options": [
|
|
|
|
3,
|
|
|
|
3,
|
|
|
|
7.25
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"hip": {
|
|
|
|
"type": "BoxGeometry",
|
|
|
|
"options": [
|
|
|
|
14.25,
|
|
|
|
2,
|
|
|
|
7.85
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"body": {
|
|
|
|
"type": "CylinderGeometry",
|
|
|
|
"options": [
|
|
|
|
8.48528137424,
|
|
|
|
10.0762716319,
|
|
|
|
12.3,
|
|
|
|
4,
|
|
|
|
1
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"neck": {
|
|
|
|
"type": "CylinderGeometry",
|
|
|
|
"options": [
|
|
|
|
2.4,
|
|
|
|
2.4,
|
|
|
|
11.5
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"head_border": {
|
|
|
|
"type": "TorusGeometry",
|
|
|
|
"options": [
|
|
|
|
4,
|
|
|
|
1
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"head_cap": {
|
|
|
|
"type": "CircleGeometry",
|
|
|
|
"options": [
|
|
|
|
4
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"head": {
|
|
|
|
"type": "CylinderGeometry",
|
|
|
|
"options": [
|
|
|
|
5,
|
|
|
|
5,
|
|
|
|
7
|
|
|
|
]
|
2024-09-24 19:00:41 +00:00
|
|
|
},
|
|
|
|
"arm_joint": {
|
|
|
|
"type": "SphereGeometry",
|
|
|
|
"options": [
|
|
|
|
2.5
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"arm": {
|
|
|
|
"type": "CylinderGeometry",
|
|
|
|
"options": [
|
|
|
|
2.5,
|
|
|
|
2.5,
|
|
|
|
5
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"hand": {
|
|
|
|
"type": "TorusGeometry",
|
|
|
|
"options": [
|
|
|
|
2,
|
|
|
|
0.2,
|
|
|
|
6,
|
|
|
|
20,
|
|
|
|
4.5
|
|
|
|
]
|
2024-09-24 18:02:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"materials": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"purple_frame": {
|
2024-09-24 18:02:01 +00:00
|
|
|
"type": "MeshBasicMaterial",
|
|
|
|
"options": {
|
|
|
|
"color": "rgb(255, 0, 255)",
|
|
|
|
"wireframe": true
|
|
|
|
}
|
2024-09-30 09:51:39 +00:00
|
|
|
},
|
|
|
|
"black": {
|
|
|
|
"type": "MeshBasicMaterial",
|
|
|
|
"options": {
|
|
|
|
"color": "rgb(0, 0, 0)",
|
|
|
|
"wireframe": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"white_frame": {
|
|
|
|
"type": "MeshBasicMaterial",
|
|
|
|
"options": {
|
|
|
|
"color": "rgb(255, 255, 255)",
|
|
|
|
"wireframe": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"skin": {
|
|
|
|
"type": "MeshBasicMaterial",
|
|
|
|
"options": {
|
|
|
|
"color": "rgb(246, 215, 179)",
|
|
|
|
"wireframe": false
|
|
|
|
}
|
2024-09-24 18:02:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"meshes": {
|
|
|
|
"hip": {
|
|
|
|
"geometry": "hip",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 18:02:01 +00:00
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"hip_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "hip",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"r_thigh": {
|
|
|
|
"geometry": "thigh",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
-3.57,
|
|
|
|
-3,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
90
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
1,
|
|
|
|
0.9,
|
|
|
|
1
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"r_thigh_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "thigh",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"r_leg": {
|
|
|
|
"geometry": "leg",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
-4.15,
|
|
|
|
0,
|
|
|
|
-0.2
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
-90
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"r_leg_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "leg",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"r_feet": {
|
|
|
|
"geometry": "feet",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-5.75,
|
|
|
|
1.125
|
|
|
|
],
|
2024-09-30 09:51:39 +00:00
|
|
|
"children": {
|
|
|
|
"r_feet_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "feet",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 18:02:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"l_thigh": {
|
|
|
|
"geometry": "thigh",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
3.57,
|
|
|
|
-3,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
90
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
1,
|
|
|
|
0.9,
|
|
|
|
1
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"l_thigh_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "thigh",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"l_leg": {
|
|
|
|
"geometry": "leg",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
-4.15,
|
|
|
|
0,
|
|
|
|
-0.2
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
-90
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"l_leg_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "leg",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"l_feet": {
|
|
|
|
"geometry": "feet",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-5.75,
|
|
|
|
1.125
|
|
|
|
],
|
2024-09-30 09:51:39 +00:00
|
|
|
"children": {
|
|
|
|
"l_feet_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "feet",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 18:02:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"spine": {
|
|
|
|
"type": "empty",
|
|
|
|
"children": {
|
2024-09-24 19:00:41 +00:00
|
|
|
"r_shoulder": {
|
|
|
|
"geometry": "arm_joint",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
-6.8,
|
|
|
|
9.5,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
-20
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"r_shoulder_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm_joint",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 19:00:41 +00:00
|
|
|
"r_upper_arm": {
|
|
|
|
"geometry": "arm",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-2.75,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"r_upper_arm_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 19:00:41 +00:00
|
|
|
"r_elbow": {
|
|
|
|
"geometry": "arm_joint",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-2.75,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
-30,
|
|
|
|
0,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"r_elbow_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm_joint",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 19:00:41 +00:00
|
|
|
"r_lower_arm": {
|
|
|
|
"geometry": "arm",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-2.75,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"r_lower_arm_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 19:00:41 +00:00
|
|
|
"r_wrist_helper": {
|
|
|
|
"type": "empty",
|
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-3,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
|
|
|
"r_hand": {
|
|
|
|
"geometry": "hand",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-2.4,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
-36
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
1,
|
|
|
|
1,
|
|
|
|
9
|
2024-09-30 09:51:39 +00:00
|
|
|
],
|
|
|
|
"children": {
|
|
|
|
"r_hand_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "hand",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 19:00:41 +00:00
|
|
|
},
|
|
|
|
"r_wrist": {
|
|
|
|
"geometry": "arm",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"scale": [
|
|
|
|
0.5,
|
|
|
|
0.25,
|
|
|
|
0.5
|
|
|
|
],
|
2024-09-30 09:51:39 +00:00
|
|
|
"children": {
|
|
|
|
"r_wrist_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 19:00:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"l_shoulder": {
|
|
|
|
"geometry": "arm_joint",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
6.8,
|
|
|
|
9.5,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
20
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"l_shoudler_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm_joint",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 19:00:41 +00:00
|
|
|
"l_upper_arm": {
|
|
|
|
"geometry": "arm",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-2.75,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"l_upper_arm_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 19:00:41 +00:00
|
|
|
"l_elbow": {
|
|
|
|
"geometry": "arm_joint",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-2.75,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
-30,
|
|
|
|
0,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"l_elbow_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm_joint",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 19:00:41 +00:00
|
|
|
"l_lower_arm": {
|
|
|
|
"geometry": "arm",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-2.75,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"l_lower_arm_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 19:00:41 +00:00
|
|
|
"r_wrist_helper": {
|
|
|
|
"type": "empty",
|
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-3,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
|
|
|
"l_hand": {
|
|
|
|
"geometry": "hand",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-2.4,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
-36
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
1,
|
|
|
|
1,
|
|
|
|
9
|
2024-09-30 09:51:39 +00:00
|
|
|
],
|
|
|
|
"children": {
|
|
|
|
"l_hand_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "hand",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 19:00:41 +00:00
|
|
|
},
|
|
|
|
"l_wrist": {
|
|
|
|
"geometry": "arm",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 19:00:41 +00:00
|
|
|
"scale": [
|
|
|
|
0.5,
|
|
|
|
0.25,
|
|
|
|
0.5
|
|
|
|
],
|
2024-09-30 09:51:39 +00:00
|
|
|
"children": {
|
|
|
|
"l_wrist_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "arm",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 19:00:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"neck": {
|
|
|
|
"geometry": "neck",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "skin",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
19.05,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"neck_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "neck",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"head": {
|
|
|
|
"geometry": "head",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "skin",
|
|
|
|
"children": {
|
|
|
|
"head_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "head",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 18:02:01 +00:00
|
|
|
},
|
|
|
|
"chin": {
|
|
|
|
"geometry": "head_border",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "skin",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
-3.5,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
90,
|
|
|
|
0,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"chin_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "head_border",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"head_cap_bottom": {
|
|
|
|
"geometry": "head_cap",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "skin",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
1
|
|
|
|
],
|
2024-09-30 09:51:39 +00:00
|
|
|
"children": {
|
|
|
|
"head_cap_bottom_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "head_cap",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 18:02:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scalp": {
|
|
|
|
"geometry": "head_border",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "skin",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
3.5,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
90,
|
|
|
|
0,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"children": {
|
2024-09-30 09:51:39 +00:00
|
|
|
"scalp_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "head_border",
|
|
|
|
"material": "white_frame"
|
|
|
|
},
|
2024-09-24 18:02:01 +00:00
|
|
|
"head_cap_top": {
|
|
|
|
"geometry": "head_cap",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "skin",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
-1
|
|
|
|
],
|
2024-09-30 09:51:39 +00:00
|
|
|
"children": {
|
|
|
|
"head_cap_top_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "head_cap",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 18:02:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body_helper": {
|
|
|
|
"type": "empty",
|
|
|
|
"scale": [
|
|
|
|
1,
|
|
|
|
1,
|
|
|
|
0.55087719298
|
|
|
|
],
|
|
|
|
"children": {
|
|
|
|
"body": {
|
|
|
|
"geometry": "body",
|
2024-09-30 09:51:39 +00:00
|
|
|
"material": "black",
|
2024-09-24 18:02:01 +00:00
|
|
|
"position": [
|
|
|
|
0,
|
|
|
|
7.15,
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"rotation": [
|
|
|
|
0,
|
|
|
|
45,
|
|
|
|
0
|
|
|
|
],
|
2024-09-30 09:51:39 +00:00
|
|
|
"children": {
|
|
|
|
"body_wireframe": {
|
|
|
|
"type": "LineSegments",
|
|
|
|
"geometry": "body",
|
|
|
|
"material": "white_frame"
|
|
|
|
}
|
|
|
|
}
|
2024-09-24 18:02:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|