breakfast.pbrt 969 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Main Scene File
  2. LookAt -0.623726 -7.587055 1.204726 -0.623726 -6.587055 1.204728 0.000000 -0.000002 1.000000
  3. # table view (teacups need smoothing, marble is lame)
  4. #LookAt 2 -2 4 1.25 0 2.5 0 0 1
  5. Camera "perspective"
  6. "float fov" [49.134342077604479]
  7. Film "image"
  8. "integer xresolution" [768]
  9. "integer yresolution" [768]
  10. "string filename" "breakfast.exr"
  11. "float scale" 16
  12. Integrator "mlt" "integer mutationsperpixel" [15000]
  13. WorldBegin
  14. Include "materials.pbrt"
  15. Include "geometry.pbrt"
  16. # through blinds
  17. LightSource "distant" "point from" [9 -4 9 ] "blackbody L" [5000 10]
  18. # extra walls
  19. AttributeBegin
  20. NamedMaterial "Paint - White Matt"
  21. # right: x = -6.5 plane
  22. Shape "trianglemesh" "integer indices" [0 1 2 0 2 3 ]
  23. "point P" [ -6.5 -10 -2 -6.5 10 -2 -6.5 10 7 -6.5 -10 7 ]
  24. # back: y = -9 plane
  25. Shape "trianglemesh" "integer indices" [0 1 2 0 2 3]
  26. "point P" [ -10 -9 -2 10 -9 -2 10 -9 7 -10 -9 7 ]
  27. AttributeEnd
  28. WorldEnd