Browse Source

fix rgb output

sunag 3 years ago
parent
commit
78a12767f0
1 changed files with 1 additions and 1 deletions
  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:g
             float outputs:b
             float outputs:b
             float outputs:a
             float outputs:a
-            float3 outputs:rgba
+            float3 outputs:rgb
         }`;
         }`;
 
 
 	}
 	}