Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PassNode.js
  • Loading branch information
sunag committed Aug 25, 2025
commit 7eb1acb123d67713e5a5b16aa0c2ec15b2415bb9
2 changes: 1 addition & 1 deletion src/nodes/display/PassNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ class PassNode extends TempNode {

setup( { renderer } ) {

this.renderTarget.samples = this.options.samples === undefined ? renderer.currentSamples : this.options.samples;
this.renderTarget.samples = this.options.samples === undefined ? renderer.samples : this.options.samples;

this.renderTarget.texture.type = renderer.getColorBufferType();

Expand Down
Loading