f8-21a.pbrt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Film "image" "integer xresolution" [800] "integer yresolution" [800]
  2. "string filename" "f8-21a.exr"
  3. Sampler "halton" "integer pixelsamples" [8]
  4. Sampler "halton" "integer pixelsamples" [16]
  5. Sampler "halton" "integer pixelsamples" [512]
  6. Integrator "path" "integer maxdepth" 20
  7. #Integrator "bdpt" "integer maxdepth" 10
  8. #Integrator "mlt" "integer mutationsperpixel" 1024 "integer maxdepth" 9
  9. #Integrator "sppm" "integer numiterations" [128] "float radius" [5]
  10. #LookAt 400 -400 400 0 80 -50 0 0 1
  11. LookAt 277 -240 250 0 60 -30 0 0 1
  12. Camera "perspective" "float fov" [33]
  13. WorldBegin
  14. AttributeBegin
  15. Rotate 90 0 0 1
  16. Rotate -90 1 0 0
  17. LightSource "infinite" "string mapname"
  18. "textures/20060807_wells6_hd.exr" "color scale" [2.5 2.5 2.5]
  19. #"pisa_latlong.exr" "color scale" [2.55 3 2.55]
  20. AttributeEnd
  21. AttributeBegin
  22. #Material "matte" "color Kd" [.7 .7 .7]
  23. #Material "mirror" "color Kr" [ .7 .7 .7 ]
  24. Texture "lines" "color" "imagemap" "string filename" "textures/lines.exr"
  25. Material "plastic"
  26. "color Kd" [.1 .1 .1]
  27. # "texture Kd" "lines"
  28. "color Ks" [.7 .7 .7] "float roughness" .1
  29. #Material "mirror"
  30. Translate 0 0 -40
  31. Shape "trianglemesh"
  32. "point P" [ -1000 -1000 0 1000 -1000 0 1000 1000 0 -1000 1000 0 ]
  33. "float uv" [ 0 0 1 0 1 1 0 1 ]
  34. "integer indices" [ 0 1 2 2 3 0]
  35. AttributeEnd
  36. AttributeBegin
  37. Rotate -53 0 1 0
  38. Material "plastic" "color Kd" [.4 .4 .4] "color Ks" [.4 .4 .4]
  39. "float roughness" .03
  40. #ReverseOrientation
  41. Material "uber" "color Kd" [.05 .05 .05] "color Ks" [.8 .8 .8]
  42. "float roughness" [.001]
  43. Shape "plymesh" "string filename" "geometry/dragon_remeshed.ply"
  44. AttributeEnd
  45. WorldEnd