film_core/meta.json

187 lines
2.7 KiB
JSON
Raw Normal View History

{
"camera" : {
"x" : 0,
"y" : 0,
"z" : 0
},
"objects": [
{
"name": "16mm_2in",
"material": "white_plastic",
"position": {
"x": 160,
"y": 0,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 0
}
},
{
"name": "16mm_2in_np",
"material": "white_plastic",
"position": {
"x": 138.5640646055102,
"y": 79.99999999999999,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 30
}
},
{
"name": "16mm_3in",
"material": "white_plastic",
"position": {
"x": 80.00000000000001,
"y": 138.56406460551017,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 60
}
},
{
"name": "16mm_3in_np",
"material": "white_plastic",
"position": {
"x": 9.797174393178826e-15,
"y": 160,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 90
}
},
{
"name": "8mm_2in",
"material": "white_plastic",
"position": {
"x": -79.99999999999997,
"y": 138.5640646055102,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 120
}
},
{
"name": "8mm_2in_np",
"material": "white_plastic",
"position": {
"x": -138.5640646055102,
"y": 79.99999999999999,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 150
}
},
{
"name": "8mm_3in",
"material": "white_plastic",
"position": {
"x": -160,
"y": 1.9594348786357652e-14,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 180
}
},
{
"name": "8mm_3in_np",
"material": "white_plastic",
"position": {
"x": -138.56406460551017,
"y": -80.00000000000001,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 210
}
},
{
"name": "35mm_2in",
"material": "white_plastic",
"position": {
"x": -80.00000000000007,
"y": -138.56406460551017,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 240
}
},
{
"name": "35mm_2in_np",
"material": "white_plastic",
"position": {
"x": -2.9391523179536473e-14,
"y": -160,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 270
}
},
{
"name": "35mm_3in",
"material": "white_plastic",
"position": {
"x": 80.00000000000001,
"y": -138.56406460551017,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 300
}
},
{
"name": "35mm_3in_np",
"material": "white_plastic",
"position": {
"x": 138.56406460551014,
"y": -80.00000000000007,
"z": 0
},
"rotation": {
"x": 0,
"y": 90,
"z": 330
}
}
],
"src" : [
"README.md",
"LICENSE",
"scad.sh",
"scad/film_core.scad",
"scad/common/common.scad",
"scad/common/c14n_stl.py",
"scad/common/scad.sh"
]
}