breakfast-lamps.pbrt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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-lamps.exr"
  11. "float scale" 2
  12. Integrator "sppm" "integer numiterations" [256] "float radius" [.25]
  13. WorldBegin
  14. Include "materials.pbrt"
  15. Include "geometry.pbrt"
  16. # inside lamps
  17. AttributeBegin
  18. Translate .951 1.94 3.90
  19. AreaLightSource "diffuse" "blackbody L" [5000 500]
  20. Shape "sphere" "float radius" .1
  21. AttributeEnd
  22. AttributeBegin
  23. Translate -2.191 1.944 3.90
  24. AreaLightSource "diffuse" "blackbody L" [5000 500]
  25. Shape "sphere" "float radius" .1
  26. AttributeEnd
  27. # extra walls
  28. AttributeBegin
  29. NamedMaterial "Paint - White Matt"
  30. # right: x = -6.5 plane
  31. Shape "trianglemesh" "integer indices" [0 1 2 0 2 3 ]
  32. "point P" [ -6.5 -10 -2 -6.5 10 -2 -6.5 10 7 -6.5 -10 7 ]
  33. # back: y = -9 plane
  34. Shape "trianglemesh" "integer indices" [0 1 2 0 2 3]
  35. "point P" [ -10 -9 -2 10 -9 -2 10 -9 7 -10 -9 7 ]
  36. AttributeEnd
  37. WorldEnd