szamitogepes-grafika/scene.json
2024-09-30 11:51:39 +02:00

657 lines
19 KiB
JSON

{
"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
]
},
"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
]
}
},
"materials": {
"purple_frame": {
"type": "MeshBasicMaterial",
"options": {
"color": "rgb(255, 0, 255)",
"wireframe": true
}
},
"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
}
}
},
"meshes": {
"hip": {
"geometry": "hip",
"material": "black",
"children": {
"hip_wireframe": {
"type": "LineSegments",
"geometry": "hip",
"material": "white_frame"
},
"r_thigh": {
"geometry": "thigh",
"material": "black",
"position": [
-3.57,
-3,
0
],
"rotation": [
0,
0,
90
],
"scale": [
1,
0.9,
1
],
"children": {
"r_thigh_wireframe": {
"type": "LineSegments",
"geometry": "thigh",
"material": "white_frame"
},
"r_leg": {
"geometry": "leg",
"material": "black",
"position": [
-4.15,
0,
-0.2
],
"rotation": [
0,
0,
-90
],
"children": {
"r_leg_wireframe": {
"type": "LineSegments",
"geometry": "leg",
"material": "white_frame"
},
"r_feet": {
"geometry": "feet",
"material": "black",
"position": [
0,
-5.75,
1.125
],
"children": {
"r_feet_wireframe": {
"type": "LineSegments",
"geometry": "feet",
"material": "white_frame"
}
}
}
}
}
}
},
"l_thigh": {
"geometry": "thigh",
"material": "black",
"position": [
3.57,
-3,
0
],
"rotation": [
0,
0,
90
],
"scale": [
1,
0.9,
1
],
"children": {
"l_thigh_wireframe": {
"type": "LineSegments",
"geometry": "thigh",
"material": "white_frame"
},
"l_leg": {
"geometry": "leg",
"material": "black",
"position": [
-4.15,
0,
-0.2
],
"rotation": [
0,
0,
-90
],
"children": {
"l_leg_wireframe": {
"type": "LineSegments",
"geometry": "leg",
"material": "white_frame"
},
"l_feet": {
"geometry": "feet",
"material": "black",
"position": [
0,
-5.75,
1.125
],
"children": {
"l_feet_wireframe": {
"type": "LineSegments",
"geometry": "feet",
"material": "white_frame"
}
}
}
}
}
}
},
"spine": {
"type": "empty",
"children": {
"r_shoulder": {
"geometry": "arm_joint",
"material": "black",
"position": [
-6.8,
9.5,
0
],
"rotation": [
0,
0,
-20
],
"children": {
"r_shoulder_wireframe": {
"type": "LineSegments",
"geometry": "arm_joint",
"material": "white_frame"
},
"r_upper_arm": {
"geometry": "arm",
"material": "black",
"position": [
0,
-2.75,
0
],
"children": {
"r_upper_arm_wireframe": {
"type": "LineSegments",
"geometry": "arm",
"material": "white_frame"
},
"r_elbow": {
"geometry": "arm_joint",
"material": "black",
"position": [
0,
-2.75,
0
],
"rotation": [
-30,
0,
0
],
"children": {
"r_elbow_wireframe": {
"type": "LineSegments",
"geometry": "arm_joint",
"material": "white_frame"
},
"r_lower_arm": {
"geometry": "arm",
"material": "black",
"position": [
0,
-2.75,
0
],
"children": {
"r_lower_arm_wireframe": {
"type": "LineSegments",
"geometry": "arm",
"material": "white_frame"
},
"r_wrist_helper": {
"type": "empty",
"position": [
0,
-3,
0
],
"children": {
"r_hand": {
"geometry": "hand",
"material": "black",
"position": [
0,
-2.4,
0
],
"rotation": [
0,
0,
-36
],
"scale": [
1,
1,
9
],
"children": {
"r_hand_wireframe": {
"type": "LineSegments",
"geometry": "hand",
"material": "white_frame"
}
}
},
"r_wrist": {
"geometry": "arm",
"material": "black",
"scale": [
0.5,
0.25,
0.5
],
"children": {
"r_wrist_wireframe": {
"type": "LineSegments",
"geometry": "arm",
"material": "white_frame"
}
}
}
}
}
}
}
}
}
}
}
}
},
"l_shoulder": {
"geometry": "arm_joint",
"material": "black",
"position": [
6.8,
9.5,
0
],
"rotation": [
0,
0,
20
],
"children": {
"l_shoudler_wireframe": {
"type": "LineSegments",
"geometry": "arm_joint",
"material": "white_frame"
},
"l_upper_arm": {
"geometry": "arm",
"material": "black",
"position": [
0,
-2.75,
0
],
"children": {
"l_upper_arm_wireframe": {
"type": "LineSegments",
"geometry": "arm",
"material": "white_frame"
},
"l_elbow": {
"geometry": "arm_joint",
"material": "black",
"position": [
0,
-2.75,
0
],
"rotation": [
-30,
0,
0
],
"children": {
"l_elbow_wireframe": {
"type": "LineSegments",
"geometry": "arm_joint",
"material": "white_frame"
},
"l_lower_arm": {
"geometry": "arm",
"material": "black",
"position": [
0,
-2.75,
0
],
"children": {
"l_lower_arm_wireframe": {
"type": "LineSegments",
"geometry": "arm",
"material": "white_frame"
},
"r_wrist_helper": {
"type": "empty",
"position": [
0,
-3,
0
],
"children": {
"l_hand": {
"geometry": "hand",
"material": "black",
"position": [
0,
-2.4,
0
],
"rotation": [
0,
0,
-36
],
"scale": [
1,
1,
9
],
"children": {
"l_hand_wireframe": {
"type": "LineSegments",
"geometry": "hand",
"material": "white_frame"
}
}
},
"l_wrist": {
"geometry": "arm",
"material": "black",
"scale": [
0.5,
0.25,
0.5
],
"children": {
"l_wrist_wireframe": {
"type": "LineSegments",
"geometry": "arm",
"material": "white_frame"
}
}
}
}
}
}
}
}
}
}
}
}
},
"neck": {
"geometry": "neck",
"material": "skin",
"position": [
0,
19.05,
0
],
"children": {
"neck_wireframe": {
"type": "LineSegments",
"geometry": "neck",
"material": "white_frame"
},
"head": {
"geometry": "head",
"material": "skin",
"children": {
"head_wireframe": {
"type": "LineSegments",
"geometry": "head",
"material": "white_frame"
}
}
},
"chin": {
"geometry": "head_border",
"material": "skin",
"position": [
0,
-3.5,
0
],
"rotation": [
90,
0,
0
],
"children": {
"chin_wireframe": {
"type": "LineSegments",
"geometry": "head_border",
"material": "white_frame"
},
"head_cap_bottom": {
"geometry": "head_cap",
"material": "skin",
"position": [
0,
0,
1
],
"children": {
"head_cap_bottom_wireframe": {
"type": "LineSegments",
"geometry": "head_cap",
"material": "white_frame"
}
}
}
}
},
"scalp": {
"geometry": "head_border",
"material": "skin",
"position": [
0,
3.5,
0
],
"rotation": [
90,
0,
0
],
"children": {
"scalp_wireframe": {
"type": "LineSegments",
"geometry": "head_border",
"material": "white_frame"
},
"head_cap_top": {
"geometry": "head_cap",
"material": "skin",
"position": [
0,
0,
-1
],
"children": {
"head_cap_top_wireframe": {
"type": "LineSegments",
"geometry": "head_cap",
"material": "white_frame"
}
}
}
}
}
}
},
"body_helper": {
"type": "empty",
"scale": [
1,
1,
0.55087719298
],
"children": {
"body": {
"geometry": "body",
"material": "black",
"position": [
0,
7.15,
0
],
"rotation": [
0,
45,
0
],
"children": {
"body_wireframe": {
"type": "LineSegments",
"geometry": "body",
"material": "white_frame"
}
}
}
}
}
}
}
}
}
}
}