Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Sep 13, 2024
1 parent d783603 commit 15c1d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/accessors/TextureNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class TextureNode extends UniformNode {

if ( this.sampler ) {

uvNode = uvNode.setY( uvNode.y.oneMinus() );
uvNode = uvNode.setY( uvNode.flipY() );

} else {

Expand Down

0 comments on commit 15c1d4c

Please sign in to comment.