Skip to content

Commit bca53e6

Browse files
committed
MaterialXLoader: Fixed flipped textures.
1 parent 060342f commit bca53e6

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

examples/jsm/loaders/MaterialXLoader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ class MaterialXNode {
429429

430430
const texture = new Texture();
431431
texture.wrapS = texture.wrapT = RepeatWrapping;
432-
texture.flipY = false;
433432

434433
this.materialX.textureCache.set( uri, texture );
435434

416 Bytes
Loading

0 commit comments

Comments
 (0)