Advertisement
Guest User

Untitled

a guest
Jan 13th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. {
  2. "name": "Luna",
  3. "sourceUrl": "",
  4. "rotations": [
  5. {
  6. "axis": "z",
  7. "degrees": 90
  8. }
  9. ],
  10. "position": [0.12, 3.15, 0],
  11. "cameras": [
  12. {
  13. "name": "Front Camera",
  14. "rotations": [
  15. {
  16. "axis": "y",
  17. "degrees": 20
  18. }
  19. ],
  20. "position": [0.2, 0, 0.8],
  21. "resolution": [960, 720],
  22. "fov": 100
  23. },
  24. {
  25. "name": "Back Camera",
  26. "rotations": [
  27. {
  28. "axis": "y",
  29. "degrees": 20
  30. },
  31. {
  32. "axis": "z",
  33. "degrees": 180
  34. }
  35. ],
  36. "position": [-0.2, 0, 0.8],
  37. "resolution": [960, 720],
  38. "fov": 100
  39. },
  40. {
  41. "name": "Left Camera",
  42. "rotations": [
  43. {
  44. "axis": "y",
  45. "degrees": 20
  46. },
  47. {
  48. "axis": "z",
  49. "degrees": 90
  50. }
  51. ],
  52. "position": [0, 0.2, 0.8],
  53. "resolution": [960, 720],
  54. "fov": 90
  55. },
  56. {
  57. "name": "Right Camera",
  58. "rotations": [
  59. {
  60. "axis": "y",
  61. "degrees": 20
  62. },
  63. {
  64. "axis": "z",
  65. "degrees": -90
  66. }
  67. ],
  68. "position": [0, -0.2, 0.8],
  69. "resolution": [960, 720],
  70. "fov": 90
  71. }
  72. ],
  73. "components": []
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement