Skip to content

Commit

Permalink
GaussianBlurNode: preserves input UV
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Oct 11, 2024
1 parent 5b8270d commit 1f50f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/jsm/tsl/display/GaussianBlurNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class GaussianBlurNode extends TempNode {
this._verticalRT.texture.name = 'GaussianBlurNode.vertical';

this._textureNode = passTexture( this, this._verticalRT.texture );
this._textureNode.uvNode = textureNode.uvNode;

this.updateBeforeType = NodeUpdateType.FRAME;

Expand Down

0 comments on commit 1f50f86

Please sign in to comment.