camera.unit 191 B

12345678910111213141516
  1. {
  2. "cameras" : [
  3. {
  4. "name" : "camera",
  5. "node" : "root"
  6. }
  7. ],
  8. "nodes" : [
  9. {
  10. "name" : "root",
  11. "parent" : null,
  12. "position" : [0, 0, 0],
  13. "rotation" : [0, 0, 1, 0]
  14. }
  15. ]
  16. }