|
@@ -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 }"
|
|
{
|
|
{
|