提交 0f9b5871 编写于 作者: M Mr.doob

EffectComposer: Reseting pingpong can cause readBuffer and writeBuffer to be the same. See #8892.

上级 8100674b
......@@ -61,9 +61,6 @@ Object.assign( THREE.EffectComposer.prototype, {
render: function ( delta ) {
this.writeBuffer = this.renderTarget1;
this.readBuffer = this.renderTarget2;
var maskActive = false;
var pass, i, il = this.passes.length;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册