Skip to content

Commit 3e8694d

Browse files
committed
USDZExporter: USDZ doesn't support second uv attribute.
1 parent 1664128 commit 3e8694d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/jsm/exporters/USDZExporter.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,6 @@ function buildMesh( geometry ) {
237237
const attributes = geometry.attributes;
238238
const count = attributes.position.count;
239239

240-
if ( 'uv2' in attributes ) {
241-
242-
console.warn( 'THREE.USDZExporter: uv2 not supported yet.' );
243-
244-
}
245-
246240
return `
247241
def Mesh "${ name }"
248242
{

0 commit comments

Comments
 (0)