2
0
Эх сурвалжийг харах

USDZExporter: USDZ doesn't support second uv attribute.

Mr.doob 4 жил өмнө
parent
commit
3e8694d277

+ 0 - 6
examples/jsm/exporters/USDZExporter.js

@@ -237,12 +237,6 @@ function buildMesh( geometry ) {
 	const attributes = geometry.attributes;
 	const attributes = geometry.attributes;
 	const count = attributes.position.count;
 	const count = attributes.position.count;
 
 
-	if ( 'uv2' in attributes ) {
-
-		console.warn( 'THREE.USDZExporter: uv2 not supported yet.' );
-
-	}
-
 	return `
 	return `
     def Mesh "${ name }"
     def Mesh "${ name }"
     {
     {