Browse Source

switch to uncharted2 tone mapping by default in example.

Ben Houston 9 năm trước cách đây
mục cha
commit
db71816b17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = {