|
@@ -230,7 +230,7 @@
|
|
<div>
|
|
<div>
|
|
Executes the callback on this object and all descendants.
|
|
Executes the callback on this object and all descendants.
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<h3>[method:null traverseVisible]( [page:Function callback] )</h3>
|
|
<h3>[method:null traverseVisible]( [page:Function callback] )</h3>
|
|
<div>
|
|
<div>
|
|
callback - A function with as first argument an object3D object.<br />
|
|
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.
|
|
Like traverse, but the callback will only be executed for visible objects.
|
|
Descendants of invisible objects are not traversed.
|
|
Descendants of invisible objects are not traversed.
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<h3>[method:null traverseAncestors]( [page:Function callback] )</h3>
|
|
<h3>[method:null traverseAncestors]( [page:Function callback] )</h3>
|
|
<div>
|
|
<div>
|
|
callback - A function with as first argument an object3D object.<br />
|
|
callback - A function with as first argument an object3D object.<br />
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
- Executes the callback on this object and all ancestors.
|
|
|
|
|
|
+ Executes the callback on all ancestors.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<h3>[method:null updateMatrix]()</h3>
|
|
<h3>[method:null updateMatrix]()</h3>
|