Selaa lähdekoodia

switch to uncharted2 tone mapping by default in example.

Ben Houston 9 vuotta sitten
vanhempi
commit
db71816b17
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/webgl_tonemapping.html

+ 1 - 1
examples/webgl_tonemapping.html

@@ -65,7 +65,7 @@
 				bumpScale: 0.3,
 				exposure: 1.0,
 				whitePoint: 1.0,
-				toneMapping: "Reinhard"
+				toneMapping: "Uncharted2"
 			};
 
 			var toneMappingOptions = {