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

Merge pull request #13209 from webprofusion-chrisc/patch-1

GLTFExporter: force node names to be strings.
...@@ -1070,7 +1070,7 @@ THREE.GLTFExporter.prototype = { ...@@ -1070,7 +1070,7 @@ THREE.GLTFExporter.prototype = {
if ( object.name ) { if ( object.name ) {
gltfNode.name = object.name; gltfNode.name = String( object.name );
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册