killeroo-gold.pbrt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. LookAt 200 250 70
  2. 0 33 -50
  3. 0 0 1
  4. Camera "perspective"
  5. "float fov" [ 38 ]
  6. Film "rgb"
  7. "string filename" [ "killeroo-gold.exr" ]
  8. "integer yresolution" [ 1026 ]
  9. "integer xresolution" [ 1368 ]
  10. Sampler "halton"
  11. "integer pixelsamples" [ 512 ]
  12. WorldBegin
  13. AttributeBegin
  14. #Scale 1 -1 1
  15. #LightSource "infinite" "integer nsamples" [ 8 ] # [64]
  16. # "string mapname" "textures/skylight-morn.exr"
  17. Material "diffuse"
  18. "rgb reflectance" [ 0 0 0 ]
  19. AreaLightSource "diffuse"
  20. "rgb L" [ 50 50 50 ]
  21. Translate 0 0 800
  22. ReverseOrientation
  23. # was 300
  24. Shape "disk"
  25. "float radius" [ 150 ]
  26. AttributeEnd
  27. AttributeBegin
  28. CoordSysTransform "camera"
  29. LightSource "distant"
  30. "rgb L" [ 0.2 0.2 0.2 ]
  31. AttributeEnd
  32. AttributeBegin
  33. Material "diffuse"
  34. "rgb reflectance" [ 0.5 0.5 0.5 ]
  35. Translate 0 0 -140
  36. Texture "grid" "spectrum" "imagemap"
  37. "string filename" [ "textures/lines.png" ]
  38. Texture "sgrid" "spectrum" "scale"
  39. "float scale" [ 0.5 ]
  40. "texture tex" [ "grid" ]
  41. Material "diffuse"
  42. "texture reflectance" [ "sgrid" ]
  43. Shape "trianglemesh"
  44. "point2 uv" [ 0 0 5 0 5 5 0 5
  45. ]
  46. "integer indices" [ 0 1 2 2 3 0 ]
  47. "point3 P" [ -400 -400 0 400 -400 0 400 400 0 -400 400 0 ]
  48. Shape "trianglemesh"
  49. "point2 uv" [ 0 0 5 0 5 5 0 5
  50. ]
  51. "integer indices" [ 0 1 2 2 3 0 ]
  52. "point3 P" [ -400 -400 0 400 -400 0 400 -400 1000 -400 -400 1000 ]
  53. #Shape "trianglemesh" "point P" [ -400 400 0 400 400 0
  54. # 400 400 1000 -400 400 1000 ]
  55. # "float uv" [ 0 0 5 0 5 5 0 5 ]
  56. # "integer indices" [ 0 1 2 2 3 0]
  57. #Shape "trianglemesh" "point P" [ 400 -400 0 400 400 0 400 400 1000 400 -400 1000 ]
  58. # "float uv" [ 0 0 5 0 5 5 0 5 ]
  59. # "integer indices" [ 0 1 2 2 3 0]
  60. Shape "trianglemesh"
  61. "point2 uv" [ 0 0 5 0 5 5 0 5
  62. ]
  63. "integer indices" [ 0 1 2 2 3 0 ]
  64. "point3 P" [ -400 -400 0 -400 400 0 -400 400 1000 -400 -400 1000 ]
  65. AttributeEnd
  66. AttributeBegin
  67. Material "conductor"
  68. "spectrum k" [ "spds/Au.k.spd" ]
  69. "spectrum eta" [ "spds/Au.eta.spd" ]
  70. "float roughness" [ 0.002 ]
  71. Include "geometry/killeroo3.pbrt"
  72. AttributeEnd