f3-18.pbrt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Film "image" "integer xresolution" [800] "integer yresolution" [600]
  2. "string filename" "f3-18.exr"
  3. LookAt 0 0 -10 0 0 0 0 1 0
  4. Camera "perspective" "float fov" [30]
  5. Sampler "halton" "integer pixelsamples" [512]
  6. WorldBegin
  7. AttributeBegin
  8. Rotate 90 0 0 1
  9. LightSource "infinite"
  10. "string mapname" ["textures/sky.exr"]
  11. "color scale" [1 1 1]
  12. AttributeEnd
  13. LightSource "distant" "point from" [-2. 1 -4 ] "blackbody L" [5000 5]
  14. Texture "grid" "color" "imagemap" "string filename" "textures/lines.exr"
  15. "float vscale" .075
  16. Texture "grid-scaled" "color" "scale" "texture tex1" "grid"
  17. "color tex2" [.4 .4 .4]
  18. Material "uber" "texture Kd" "grid-scaled" "color Ks" [.5 .5 .5]
  19. "float roughness" [.04]
  20. AttributeBegin
  21. Translate -1.75 0 0
  22. Rotate 45 0 0 1
  23. Shape "curve" "point P" [ -2 -1 -1 2 2 0 -2 -2 0 2 1 -1 ]
  24. "float width0" [.35] "float width1" [.15]
  25. AttributeEnd
  26. AttributeBegin
  27. Translate 0 0 0
  28. Rotate 45 0 0 1
  29. Shape "curve" "point P" [ -2 -1 -1 2 2 0 -2 -2 0 2 1 -1 ]
  30. "float width0" [.35] "float width1" [.15] "string type" "cylinder"
  31. AttributeEnd
  32. AttributeBegin
  33. Translate 1.75 0 0
  34. Rotate 45 0 0 1
  35. Shape "curve" "point P" [ -2 -1 -1 2 2 0 -2 -2 0 2 1 -1 ]
  36. "float width0" [.35] "float width1" [.15] "string type" "ribbon"
  37. "normal N" [ -.1 0 1 -.7 .1 .4 ]
  38. AttributeEnd
  39. # ground plane
  40. Material "matte" "color Kd" [.2 .2 .2]
  41. Shape "trianglemesh" "point P" [-100 -100 0.5 100 -100 0.5 100 100 0.5 -100 100 0.5 ]
  42. "integer indices" [ 0 1 2 2 3 0 ]
  43. WorldEnd