Parcourir la source

Re-render bathroom scene with fixed BDPT integrator

Matt Pharr il y a 7 ans
Parent
commit
281c0d77c0
3 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      bathroom/bathroom.pbrt
  2. BIN
      images/bathroom/bathroom.exr
  3. BIN
      images/bathroom/bathroom.png

+ 3 - 2
bathroom/bathroom.pbrt

@@ -2,13 +2,14 @@
 
 LookAt 0 23 30  10.2 5 0   0 1 0
 Camera "perspective" "float fov" 50
-   "float focaldistance" 31 "float lensradius" .2 # .4
+   "float focaldistance" 31 "float lensradius" .15 # .2 # .4
 
 Film "image" "integer xresolution" 1200 "integer yresolution" 760
 #Film "image" "integer xresolution" 600 "integer yresolution" 380
     "string filename" "bathroom.exr"
+# imgtool convert -bloomscale .1 -bloomlevel 5 bathroom.exr bathroom.png
 
-Sampler "sobol" "integer pixelsamples" 4096
+Sampler "sobol" "integer pixelsamples" 2048
 Integrator "bdpt"
 
 

BIN
images/bathroom/bathroom.exr


BIN
images/bathroom/bathroom.png