head.pbrt 1.1 KB

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