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" : {
"x" : 0,
"y" : 0,
"z" : 0
"x" : -40,
"y" : 40,
"z" : 30
},
"objects" : [
{
"name" : "bolex_sliding_quick_release_plate",
"material" : "green_plastic"
"material" : "green_plastic",
"rotation" : {
"x" : 180,
"y" : 0,
"z" : 0
}
}
],
"src" : [