camera.unit 204 B

123456789101112
  1. cameras = {
  2. camera = {
  3. node = "root"
  4. type = "perspective"
  5. near_clip_distance = 0.01
  6. far_clip_distance = 1000.0
  7. }
  8. }
  9. nodes = {
  10. root = { parent = null position = [0 0 0] rotation = [0 0 1 0] }
  11. }