提交 31397f8b 编写于 作者: T Tristan Valcke

Remove unnecessary comma in UnrealBloomPass

上级 ae90d649
...@@ -231,7 +231,7 @@ THREE.UnrealBloomPass.prototype = Object.assign( Object.create( THREE.Pass.proto ...@@ -231,7 +231,7 @@ THREE.UnrealBloomPass.prototype = Object.assign( Object.create( THREE.Pass.proto
uniforms: { uniforms: {
"colorTexture": { value: null }, "colorTexture": { value: null },
"texSize": { value: new THREE.Vector2( 0.5, 0.5 ) }, "texSize": { value: new THREE.Vector2( 0.5, 0.5 ) },
"direction": { value: new THREE.Vector2( 0.5, 0.5 ) }, "direction": { value: new THREE.Vector2( 0.5, 0.5 ) }
}, },
vertexShader: vertexShader:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册