Move camera and flip object for render
This commit is contained in:
parent
e625327faf
commit
7a68374845
13
meta.json
13
meta.json
|
@ -1,13 +1,18 @@
|
||||||
{
|
{
|
||||||
"camera" : {
|
"camera" : {
|
||||||
"x" : 0,
|
"x" : -40,
|
||||||
"y" : 0,
|
"y" : 40,
|
||||||
"z" : 0
|
"z" : 30
|
||||||
},
|
},
|
||||||
"objects" : [
|
"objects" : [
|
||||||
{
|
{
|
||||||
"name" : "bolex_sliding_quick_release_plate",
|
"name" : "bolex_sliding_quick_release_plate",
|
||||||
"material" : "green_plastic"
|
"material" : "green_plastic",
|
||||||
|
"rotation" : {
|
||||||
|
"x" : 180,
|
||||||
|
"y" : 0,
|
||||||
|
"z" : 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"src" : [
|
"src" : [
|
||||||
|
|
Loading…
Reference in New Issue