bunny-cloud.pbrt 939 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Sampler "halton"
  2. LookAt 00 120 50 7 0 17 0 0 1
  3. Camera "perspective"
  4. "float fov" 25
  5. Film "rgb"
  6. "integer xresolution" 1920
  7. "integer yresolution" 1080
  8. "string sensor" "nikon_d850"
  9. "float whitebalance" 5000
  10. "float iso" 90
  11. "string filename" "bunny-cloud.exr"
  12. Integrator "volpath" "integer maxdepth" 50
  13. WorldBegin
  14. AttributeBegin
  15. Rotate 10 1 0 0
  16. LightSource "infinite"
  17. "string filename" "textures/sky.exr" "float scale" 4
  18. AttributeEnd
  19. AttributeBegin
  20. Rotate 180 0 0 1
  21. Rotate 90 1 0 0
  22. MakeNamedMedium "foo" "string type" "nanovdb"
  23. "string filename" "bunny_cloud.nvdb"
  24. "spectrum sigma_s" [200 10 900 10] "spectrum sigma_a" [200 .5 900 .5]
  25. AttributeEnd
  26. AttributeBegin
  27. MediumInterface "foo" ""
  28. Material ""
  29. Shape "sphere" "float radius" 45
  30. AttributeEnd
  31. AttributeBegin
  32. Translate 0 -50 0
  33. Material "coateddiffuse" "rgb reflectance" [ .4 .45 .35 ] "float roughness" 0
  34. Shape "disk" "float radius" 1000
  35. AttributeEnd