film_adapter/meta.json

63 lines
933 B
JSON

{
"camera" : {
"x" : 60,
"y" : -60,
"z" : 0,
"focus_x" : 30,
"focus_y" : -30
},
"objects": [
{
"name": "adapter_16mm_core",
"material": "gray_plastic2",
"position": {
"x": 40,
"y": 0,
"z": 0
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"name": "adapter_16mm_to_super8_reel",
"material": "yellow_plastic",
"position": {
"x": -19.999999999999993,
"y": 34.64101615137755,
"z": 0
},
"rotation": {
"x": 0,
"y": 0,
"z": 120
}
},
{
"name": "adapter_super8_to_16mm_core",
"material": "neonblue_plastic",
"position": {
"x": -20.000000000000018,
"y": -34.64101615137754,
"z": 0
},
"rotation": {
"x": 0,
"y": 0,
"z": 240
}
}
],
"src" : [
"README.md",
"LICENSE",
"scad.sh",
"scad/adapter.scad",
"scad/common/common.scad",
"scad/common/c14n_stl.py",
"scad/common/scad.sh"
]
}