f8-22.pbrt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Film "image" "integer xresolution" [1600] "integer yresolution" [1000]
  2. "string filename" "f8-22.exr"
  3. Sampler "halton" "integer pixelsamples" [8]
  4. Sampler "halton" "integer pixelsamples" [64]
  5. Sampler "halton" "integer pixelsamples" [4096]
  6. ## PixelFilter "mitchell"
  7. Integrator "path" "integer maxdepth" 10
  8. LookAt 0 2 4 0 -.5 0 0 1 0
  9. Camera "perspective" "float fov" [50]
  10. WorldBegin
  11. AttributeBegin
  12. Rotate 90 0 1 0
  13. Rotate -90 1 0 0
  14. LightSource "infinite" "string mapname"
  15. "textures/20060807_wells6_hd.exr" # "color scale" [2.5 2.5 2.5]
  16. AttributeEnd
  17. AttributeBegin
  18. Texture "lines" "color" "imagemap" "string filename" "textures/lines.exr"
  19. Material "plastic"
  20. "color Kd" [.1 .1 .1]
  21. # "texture Kd" "lines"
  22. "color Ks" [.7 .7 .7] "float roughness" .1
  23. Translate 0 0 -40
  24. Shape "trianglemesh"
  25. "point P" [ -4000 -1 -4000 4000 -1 -4000 4000 -1 4000 -4000 -1 4000 ]
  26. "float uv" [ 0 0 1 0 1 1 0 1 ]
  27. "integer indices" [ 0 1 2 2 3 0]
  28. AttributeEnd
  29. AttributeBegin
  30. Material "metal"
  31. "spectrum eta" "spds/Ag.eta.spd"
  32. "spectrum k" "spds/Ag.k.spd" "float roughness" .005
  33. Translate 1.3 0 0
  34. Shape "sphere"
  35. AttributeEnd
  36. AttributeBegin
  37. Translate -1.3 0 0
  38. Material "metal"
  39. "spectrum eta" "spds/Ag.eta.spd"
  40. "spectrum k" "spds/Ag.k.spd" "float uroughness" .1 "float vroughness" .0005
  41. Rotate 30 0 1 0
  42. Rotate 70 1 0 0
  43. Shape "sphere"
  44. AttributeEnd
  45. WorldEnd