f11-13.pbrt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Film "image" "integer xresolution" [900] "integer yresolution" [540] "float scale" 3
  2. "string filename" "f11-13.exr"
  3. Integrator "mlt" "integer mutationsperpixel" 120000
  4. #Integrator "mlt" "integer mutationsperpixel" 256
  5. LookAt 500 -100 300 0 100 -60 0 0 1
  6. Camera "perspective" "float fov" [32]
  7. WorldBegin
  8. AttributeBegin
  9. Rotate 90 0 0 1
  10. Rotate -90 1 0 0
  11. LightSource "infinite" "string mapname"
  12. "textures/20060807_wells6_hd.exr" "color scale" [2.5 2.5 2.5]
  13. AttributeEnd
  14. AttributeBegin
  15. Material "matte" "color Kd" [.1 .1 .1]
  16. Translate 0 0 -40
  17. Shape "trianglemesh"
  18. "point P" [ -1000 -1000 0 1000 -1000 0 1000 1000 0 -1000 1000 0 ]
  19. "float uv" [ 0 0 1 0 1 1 0 1 ]
  20. "integer indices" [ 0 1 2 2 3 0]
  21. AttributeEnd
  22. MakeNamedMedium "back" "string type" "homogeneous"
  23. "color sigma_a" [ .06 .06 .06 ] "color sigma_s" [ .9 .9 .9 ] "float scale" .2
  24. "float g" -.7
  25. MakeNamedMedium "fwd" "string type" "homogeneous"
  26. "color sigma_a" [ .06 .06 .06 ] "color sigma_s" [ .9 .9 .9 ] "float scale" .2
  27. "float g" .7
  28. AttributeBegin
  29. Translate -60 -60 0
  30. Rotate -53 0 1 0
  31. MediumInterface "back" ""
  32. Material "glass" #"float uroughness" .01 "float vroughness" .01
  33. Shape "plymesh" "string filename" "geometry/dragon_remeshed.ply"
  34. AttributeEnd
  35. AttributeBegin
  36. Translate 110 110 0
  37. Rotate -53 0 1 0
  38. MediumInterface "fwd" ""
  39. Material "glass" #"float uroughness" .01 "float vroughness" .01
  40. Shape "plymesh" "string filename" "geometry/dragon_remeshed.ply"
  41. AttributeEnd
  42. WorldEnd