Skip to content

Commit

Permalink
final tweaks to doubletater
Browse files Browse the repository at this point in the history
  • Loading branch information
yrsegal committed Oct 2, 2023
1 parent 04a1258 commit 9beb83d
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@
"rotation": [ 0, 162, 0 ],
"translation": [ 1, 2, 1.5 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 1, 3, 0],
"scale":[ 0.25, 0.25, 0.25 ]
},
"fixed": {
"rotation": [ 0, 0, 0 ],
"translation": [ 2, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ -1.25, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
}
},
"elements": [
Expand Down

0 comments on commit 9beb83d

Please sign in to comment.