瀏覽代碼

switch to uncharted2 tone mapping by default in example.

Ben Houston 9 年之前
父節點
當前提交
db71816b17
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_tonemapping.html

+ 1 - 1
examples/webgl_tonemapping.html

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