فهرست منبع

MaterialXLoader: Fixed flipped textures.

Mr.doob 2 ماه پیش
والد
کامیت
bca53e6092
2فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      examples/jsm/loaders/MaterialXLoader.js
  2. BIN
      examples/screenshots/webgpu_loader_materialx.jpg

+ 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号