f9-5.pbrt 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. Film "image" "integer xresolution" [2560] "integer yresolution" [1440]
  2. "float cropwindow" [.3 .8 .15 .7]
  3. "string filename" "head.exr"
  4. LookAt 0.322839 0.0534825 0.504299 -0.140808 -0.162727 -0.354936 0.0355799 0.964444 -0.261882
  5. Camera "perspective" "float fov" [30.0]
  6. # The "path" integrator directly handles subsurface scattering
  7. Integrator "path" "integer maxdepth" [2]
  8. Sampler "halton" "integer pixelsamples" [2048]
  9. WorldBegin
  10. AttributeBegin
  11. Scale -1 1 1
  12. Rotate 90 -1 0 0
  13. Rotate 90 0 0 1
  14. LightSource "infinite" "string mapname" ["textures/doge2_latlong.exr"]
  15. AttributeEnd
  16. Texture "albedomap" "color" "imagemap"
  17. "string filename" ["textures/head_albedomap.png"]
  18. # mfp = inverse sigma_t value of Jensen's skin1 parameters (in meters)
  19. Material "kdsubsurface" "texture Kd" "albedomap"
  20. "float eta" [1.33] "color mfp" [1.2953e-03 9.5238e-04 6.7114e-04]
  21. "float uroughness" [0.05] "float vroughness" [0.05]
  22. "bool remaproughness" ["false"]
  23. Shape "plymesh" "string filename" "geometry/head.ply"
  24. "bool discarddegenerateUVs" ["false"]
  25. WorldEnd