未验证 提交 68da1638 编写于 作者: G gero3 提交者: GitHub

updateDeferredColorUniforms only accepts 5 arguments

上级 23168e69
......@@ -641,7 +641,7 @@ var WebGLDeferredRenderer = function ( parameters ) {
}
updateDeferredColorUniforms( renderer, scene, camera, geometry, material, group );
updateDeferredColorUniforms( renderer, scene, camera, geometry, material );
material.uniforms.samplerLight.value = _compLight.renderTarget2.texture;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册