Parcourir la source

Fix refraction in crown scene.

Via jonasdeyson@, https://github.com/mmp/pbrt-v3/issues/129.
Matt Pharr il y a 6 ans
Parent
commit
a91adb73fe
3 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      crown/crown.pbrt
  2. BIN
      images/crown/crown.exr
  3. BIN
      images/crown/crown.png

+ 2 - 2
crown/crown.pbrt

@@ -1,3 +1,4 @@
+Scale -1 1 1
 
 Film "image" "integer xresolution" 1000 "integer yresolution" 1400
     "string filename" "crown.exr"
@@ -9,12 +10,11 @@ Camera "perspective" "float fov" 47
   "float focaldistance" 17 "float lensradius" .3
 
 Sampler "sobol" "integer pixelsamples" 16
-#Sampler "sobol" "integer pixelsamples" 64
+Sampler "sobol" "integer pixelsamples" 64
 Sampler "sobol" "integer pixelsamples" 4096
 Integrator "path" "integer maxdepth" 20
 
 WorldBegin
-Scale -1 1 1
 
 # Name "back_light"
 AttributeBegin

BIN
images/crown/crown.exr


BIN
images/crown/crown.png