Ver código fonte

USDZExporter: USDZ doesn't support second uv attribute.

Mr.doob 4 anos atrás
pai
commit
3e8694d277
1 arquivos alterados com 0 adições e 6 exclusões
  1. 0 6
      examples/jsm/exporters/USDZExporter.js

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

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