p3d_pavilion-night-view0.pbrt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Film "image"
  2. "integer xresolution" 1920
  3. "integer yresolution" 1080
  4. "string filename" "p3d_pavilion-night-view0.rawls"
  5. "float scale" 2.5
  6. "float maxsampleluminance" 10
  7. # imgtool convert -bloomlevel 3 -bloomscale .05 pavilion-night.exr pavilion-night.png
  8. Scale -1 1 1
  9. LookAt -10 2.25 10 7 1.75 -3 0 1 0
  10. Camera "perspective" "float fov" 45
  11. "float focaldistance" 15 "float lensradius" .01
  12. # above view
  13. #LookAt -10 100 10 -10 0 10 1 0 0
  14. #Camera "perspective" "float fov" 60
  15. Sampler "random" "integer pixelsamples" [ 64 ]
  16. Integrator "path" "integer maxdepth" [ 65 ]
  17. WorldBegin
  18. AttributeBegin
  19. Rotate -10 0 0 1
  20. Rotate -140 0 1 0
  21. Rotate -90 1 0 0
  22. LightSource "infinite" "string mapname" "textures/night.exr"
  23. "rgb L" [.5 .5 .5]
  24. AttributeEnd
  25. # back room light; not directly visible
  26. AttributeBegin
  27. AreaLightSource "diffuse" "blackbody L" [3500 750]
  28. Translate 10 4 2.5
  29. Shape "sphere" "float radius" .1
  30. AttributeEnd
  31. # visible light, behind door
  32. AttributeBegin
  33. AreaLightSource "diffuse" "blackbody L" [3500 75]
  34. Translate 12 4 5.5
  35. Shape "sphere" "float radius" .05
  36. AttributeEnd
  37. AttributeBegin
  38. # Candles inside floating wood lanterns
  39. AreaLightSource "diffuse" "blackbody L" [2500 25000]
  40. Shape "plymesh" "string filename" "geometry/mesh_00005.ply"
  41. # Lights in lanterns that aren't visible in the default view
  42. # Shape "plymesh" "string filename" "geometry/mesh_00003.ply"
  43. # Shape "plymesh" "string filename" "geometry/mesh_00015.ply"
  44. # Shape "plymesh" "string filename" "geometry/mesh_00017.ply"
  45. # Shape "plymesh" "string filename" "geometry/mesh_00021.ply"
  46. # Shape "plymesh" "string filename" "geometry/mesh_00023.ply"
  47. AttributeEnd
  48. # Converted from "pavillon_barcelone_v1.2.obj" by obj2pbrt
  49. # Scene bounds: (-44.940453, -2.236825, -44.940453) - (97.870842, 5.186341, 44.940453)
  50. Include "materials.pbrt"
  51. Include "geometry.pbrt"
  52. WorldEnd