Skip to content

Commit

Permalink
ignore aa for depth for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Aug 11, 2024
1 parent df799a6 commit 43ffd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nodes/display/SSAAPassNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ class SSAAPassNode extends PassNode {

this._quadMesh.render( renderer );

renderer.copyTextureToTexture( this.sampleRenderTarget.depthTexture, this.renderTarget.depthTexture );

}

renderer.copyTextureToTexture( this.sampleRenderTarget.depthTexture, this.renderTarget.depthTexture );

// restore

if ( camera.setViewOffset && originalViewOffset.enabled ) {
Expand Down

0 comments on commit 43ffd88

Please sign in to comment.