Просмотр исходного кода

MaterialXLoader: Fixed flipped textures.

Mr.doob 2 месяцев назад
Родитель
Сommit
bca53e6092

+ 0 - 1
examples/jsm/loaders/MaterialXLoader.js

@@ -429,7 +429,6 @@ class MaterialXNode {
 
 		const texture = new Texture();
 		texture.wrapS = texture.wrapT = RepeatWrapping;
-		texture.flipY = false;
 
 		this.materialX.textureCache.set( uri, texture );
 

BIN
examples/screenshots/webgpu_loader_materialx.jpg


粤ICP备19079148号