p3d_contemporary-bathroom.pbrt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # "integer xresolution" 500 "integer yresolution" 500
  2. # imgtool convert -bloomlevel 3 -bloomscale .1 contemporary-bathroom.{exr,png}
  3. Film "rgb"
  4. "float maxcomponentvalue" [ 50 ]
  5. "float iso" [ 600 ]
  6. "string filename" [ "p3d_contemporary-bathroom.rawls" ]
  7. "integer yresolution" [ 1200 ]
  8. "integer xresolution" [ 1200 ]
  9. Scale -1 1 1
  10. LookAt 0 1.25 -0.5
  11. -10 0 -9
  12. 0 1 0
  13. Camera "perspective"
  14. "float fov" [ 65 ]
  15. Sampler "random"
  16. "integer pixelsamples" [ 64 ]
  17. Integrator "volpath"
  18. "integer maxdepth" [ 64 ]
  19. WorldBegin
  20. ###########################################################################
  21. # lights
  22. # window
  23. AttributeBegin
  24. NamedMaterial "light"
  25. AreaLightSource "diffuse"
  26. "float scale" [10]
  27. "blackbody L" [ 6500 ]
  28. Shape "plymesh"
  29. "string filename" [ "geometry/mesh_00023.ply" ]
  30. AttributeEnd
  31. AttributeBegin
  32. Rotate 125 0 1 0
  33. # 125 -> ~100 is more straight through the window
  34. Rotate -90 1 0 0
  35. # imgtool makesky -turbidity 5 -elevation 30 --outfile textures/sky.exr
  36. #LightSource "infinite" "string mapname" "textures/sky.exr"
  37. # "rgb L" [270 270 270]
  38. AttributeEnd
  39. # filaments in light bulbs
  40. AttributeBegin
  41. NamedMaterial "low_light"
  42. AreaLightSource "diffuse"
  43. "float scale" [7000]
  44. "blackbody L" [ 4000 ]
  45. Shape "plymesh"
  46. "string filename" [ "geometry/mesh_00060.ply" ]
  47. Shape "plymesh"
  48. "string filename" [ "geometry/mesh_00061.ply" ]
  49. Shape "plymesh"
  50. "string filename" [ "geometry/mesh_00066.ply" ]
  51. Shape "plymesh"
  52. "string filename" [ "geometry/mesh_00881.ply" ]
  53. AttributeEnd
  54. ###########################################################################
  55. Include "materials.pbrt"
  56. Include "geometry.pbrt"