film_core/meta.json

105 lines
1.6 KiB
JSON
Raw Normal View History

{
"camera" : {
2025-02-09 17:05:46 +00:00
"x" : 120,
"y" : -120,
"z" : 0,
2025-02-09 17:22:36 +00:00
"focus_x" : 118,
"focus_y" : -118
},
"objects": [
{
"name": "film_core_16mm_2in",
2025-02-09 17:22:36 +00:00
"material": "white_plastic",
"position": {
2025-02-09 17:22:36 +00:00
"x": 115.9110991546882,
"y": 31.05828541230249,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
2025-02-09 17:22:36 +00:00
"z": 15
}
},
{
"name": "film_core_16mm_3in",
2025-02-09 17:05:46 +00:00
"material": "green_plastic",
"position": {
2025-02-09 17:22:36 +00:00
"x": 31.05828541230249,
"y": 115.9110991546882,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
2025-02-09 17:22:36 +00:00
"z": 75
}
},
{
"name": "film_core_8mm_2in",
2025-02-09 17:22:36 +00:00
"material": "neonblue_plastic",
"position": {
2025-02-09 17:22:36 +00:00
"x": -84.85281374238569,
"y": 84.8528137423857,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
2025-02-09 17:22:36 +00:00
"z": 135
}
},
{
"name": "film_core_8mm_3in",
2025-02-09 17:22:36 +00:00
"material": "white_plastic",
"position": {
2025-02-09 17:22:36 +00:00
"x": -115.9110991546882,
"y": -31.058285412302496,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
2025-02-09 17:22:36 +00:00
"z": 195
}
},
{
"name": "film_core_35mm_2in",
2025-02-09 17:05:46 +00:00
"material": "green_plastic",
"position": {
2025-02-09 17:22:36 +00:00
"x": -31.058285412302475,
"y": -115.9110991546882,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
2025-02-09 17:22:36 +00:00
"z": 255
}
},
{
"name": "film_core_35mm_3in",
2025-02-09 17:22:36 +00:00
"material": "neonblue_plastic",
"position": {
2025-02-09 17:22:36 +00:00
"x": 84.85281374238568,
"y": -84.85281374238572,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
2025-02-09 17:22:36 +00:00
"z": 315
}
}
],
"src" : [
"README.md",
"LICENSE",
"scad.sh",
"scad/film_core.scad",
"scad/common/common.scad",
"scad/common/c14n_stl.py",
"scad/common/scad.sh"
]
}