p3d_contemporary-bathroom-view0.pbrt 1.5 KB

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