Parcourir la source

disney-cloud: reduce maxdepth to 100, switch to 720p resolution

100 is not enough to fully get the scattering right, but the GPU doesn't do
well with tens of thousands of scattering events at the moment...
Matt Pharr il y a 3 ans
Parent
commit
6cc452ccd6
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      disney-cloud/disney-cloud.pbrt

+ 4 - 4
disney-cloud/disney-cloud.pbrt

@@ -1,11 +1,11 @@
-Integrator "volpath" "integer maxdepth" [1000000]
+Integrator "volpath" "integer maxdepth" [100]
 
 Sampler "sobol" "integer pixelsamples" [1024]
 
 Film "rgb" 
-  "integer xresolution" [333]
-  "integer yresolution" [180]
-  "string filename" "disney-cloud-sd.exr"
+  "integer xresolution" [1280]
+  "integer yresolution" [720]
+  "string filename" "disney-cloud-720p.exr"
   #"integer xresolution" [1998]
   #"integer yresolution" [1080]
   #"string filename" "disney-cloud-hd.exr"