提交 ce777860 编写于 作者: L LebedenkoN 提交者: GitHub

Update ObjectLoader.js

上级 00c9d688
......@@ -765,9 +765,11 @@ Object.assign( ObjectLoader.prototype, {
if ( data.children !== undefined ) {
for( var i=0; i<data.children.length; i++){
var children = data.children;
for ( var i = 0; i < children.length; i ++ ) {
object.add( this.parseObject( data.children[i], geometries, materials );
object.add( this.parseObject( children[ i ], geometries, materials );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册