Skip to content

Commit 0f9b587

Browse files
committed
EffectComposer: Reseting pingpong can cause readBuffer and writeBuffer to be the same. See mrdoob#8892.
1 parent 8100674 commit 0f9b587

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/js/postprocessing/EffectComposer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ Object.assign( THREE.EffectComposer.prototype, {
6161

6262
render: function ( delta ) {
6363

64-
this.writeBuffer = this.renderTarget1;
65-
this.readBuffer = this.renderTarget2;
66-
6764
var maskActive = false;
6865

6966
var pass, i, il = this.passes.length;

0 commit comments

Comments
 (0)