clouds.pbrt 610 B

1234567891011121314151617181920212223242526272829
  1. LookAt .5 .8 -.5 .5 .7 .5 0 1 0
  2. Camera "perspective"
  3. "float fov" 35
  4. Film "rgb"
  5. "integer xresolution" 1920
  6. "integer yresolution" 1080
  7. "string sensor" "nikon_d850"
  8. "float whitebalance" 5000
  9. "string filename" "clouds.exr"
  10. Integrator "volpath" "integer maxdepth" 50
  11. WorldBegin
  12. LightSource "infinite"
  13. "string filename" "textures/sky.exr" "float scale" 8
  14. MakeNamedMedium "c" "string type" "cloud"
  15. "spectrum sigma_s" [200 10 900 10] "spectrum sigma_a" [200 .01 900 .01]
  16. "float density" 2
  17. MediumInterface "c" ""
  18. Material ""
  19. Translate .5 .5 .5
  20. Shape "sphere" "float radius" 1