提交 634e3ba7 编写于 作者: T Tristan Valcke

Remove unnecessary comma in webgl_shaders_tonemapping

上级 aad41567
......@@ -94,7 +94,7 @@
middleGrey: 0.04,
maxLuminance: 16,
adaptionRate: 2.0,
adaptionRate: 2.0
};
container = document.createElement( 'div' );
......@@ -190,7 +190,7 @@
"}"
].join("\n"),
].join("\n")
};
var earthAtmoMat = new THREE.ShaderMaterial( atmoShader );
......@@ -298,7 +298,7 @@
},
vertexShader: vBGShader,
fragmentShader: pBGShader,
depthTest: false,
depthTest: false
// color: 0xffffff
// blending: THREE.NoBlending
} );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册