未验证 提交 a46700a4 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #15992 from garyo/fix/gltf-export-avoid-null

GLTFExporter: omit null indices
......@@ -1360,6 +1360,8 @@ THREE.GLTFExporter.prototype = {
}
if ( primitive.indices === null ) delete primitive.indices;
}
var material = processMaterial( materials[ groups[ i ].materialIndex ] );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册