pavilion-night.pbrt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Film "rgb"
  2. "float maxcomponentvalue" [ 50 ]
  3. "float scale" [ 2.5 ]
  4. "string filename" [ "pavilion-night.exr" ]
  5. "integer yresolution" [ 850 ]
  6. "integer xresolution" [ 1600 ]
  7. Scale -1 1 1
  8. LookAt -10 2.25 10
  9. 7 1.75 -3
  10. 0 1 0
  11. # above view
  12. #LookAt -10 100 10 -10 0 10 1 0 0
  13. #Camera "perspective" "float fov" 60
  14. Camera "perspective"
  15. "float lensradius" [ 0.01 ]
  16. "float focaldistance" [ 15 ]
  17. "float fov" [ 45 ]
  18. Sampler "halton"
  19. "integer pixelsamples" [ 512 ]
  20. WorldBegin
  21. AttributeBegin
  22. Rotate -10 0 0 1
  23. Rotate -140 0 1 0
  24. Rotate -90 1 0 0
  25. LightSource "infinite"
  26. "float scale" [0.5]
  27. "string filename" "textures/night.exr"
  28. AttributeEnd
  29. # back room light; not directly visible
  30. AttributeBegin
  31. AreaLightSource "diffuse"
  32. "blackbody L" [ 3500 750 ]
  33. Translate 10 4 2.5
  34. Shape "sphere"
  35. "float radius" [ 0.1 ]
  36. AttributeEnd
  37. # visible light, behind door
  38. AttributeBegin
  39. AreaLightSource "diffuse"
  40. "blackbody L" [ 3500 75 ]
  41. Translate 12 4 5.5
  42. Shape "sphere"
  43. "float radius" [ 0.05 ]
  44. AttributeEnd
  45. AttributeBegin
  46. # Candles inside floating wood lanterns
  47. AreaLightSource "diffuse"
  48. "blackbody L" [ 2500 25000 ]
  49. # Lights in lanterns that aren't visible in the default view
  50. # Shape "plymesh" "string filename" "geometry/mesh_00003.ply"
  51. # Shape "plymesh" "string filename" "geometry/mesh_00015.ply"
  52. # Shape "plymesh" "string filename" "geometry/mesh_00017.ply"
  53. # Shape "plymesh" "string filename" "geometry/mesh_00021.ply"
  54. # Shape "plymesh" "string filename" "geometry/mesh_00023.ply"
  55. Shape "plymesh"
  56. "string filename" [ "geometry/mesh_00005.ply" ]
  57. AttributeEnd
  58. # Converted from "pavillon_barcelone_v1.2.obj" by obj2pbrt
  59. # Scene bounds: (-44.940453, -2.236825, -44.940453) - (97.870842, 5.186341, 44.940453)
  60. Include "materials.pbrt"
  61. Include "geometry.pbrt"