浏览代码

fix rgb output

sunag 4 年之前
父节点
当前提交
78a12767f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/exporters/USDZExporter.js

+ 1 - 1
examples/jsm/exporters/USDZExporter.js

@@ -381,7 +381,7 @@ function buildMaterial( material, textures ) {
             float outputs:g
             float outputs:b
             float outputs:a
-            float3 outputs:rgba
+            float3 outputs:rgb
         }`;
 
 	}