提交 3e8694d2 编写于 作者: M Mr.doob

USDZExporter: USDZ doesn't support second uv attribute.

上级 16641283
......@@ -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 }"
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册