提交 421f52b4 编写于 作者: M Michael Herzog 提交者: Mr.doob

Fix docs for Object3D.traverseAncestors

上级 058b9199
......@@ -230,7 +230,7 @@
<div>
Executes the callback on this object and all descendants.
</div>
<h3>[method:null traverseVisible]( [page:Function callback] )</h3>
<div>
callback - A function with as first argument an object3D object.<br />
......@@ -239,13 +239,13 @@
Like traverse, but the callback will only be executed for visible objects.
Descendants of invisible objects are not traversed.
</div>
<h3>[method:null traverseAncestors]( [page:Function callback] )</h3>
<div>
callback - A function with as first argument an object3D object.<br />
</div>
<div>
Executes the callback on this object and all ancestors.
Executes the callback on all ancestors.
</div>
<h3>[method:null updateMatrix]()</h3>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册