Move camera and flip object for render

This commit is contained in:
Matt McWilliams 2025-03-17 18:14:56 -04:00
parent e625327faf
commit 7a68374845
1 changed files with 9 additions and 4 deletions

View File

@ -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" : [