提交 fd3dcd70 编写于 作者: D Don McCurdy

[gltf] Avoid duplicate mesh/parent names.

上级 5225f341
......@@ -2345,7 +2345,7 @@ THREE.GLTF2Loader = ( function () {
}
meshNode.name = ( name === "0" ? group.name : group.name + name );
meshNode.name = group.name + '_' + name;
if ( primitive.extras ) meshNode.userData = primitive.extras;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册