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

Object3D: Fixed traverseVisible.

上级 fc77c98a
......@@ -414,7 +414,7 @@ THREE.Object3D.prototype = {
for ( var i = 0, l = this.children.length; i < l; i ++ ) {
this.children[ i ].traverse( callback );
this.children[ i ].traverseVisible( callback );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册