Browse Source

switch to uncharted2 tone mapping by default in example.

Ben Houston 9 years ago
parent
commit
db71816b17
1 changed files with 1 additions and 1 deletions
  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 = {