diff --git a/docs/api/core/Object3D.html b/docs/api/core/Object3D.html index ae96c92de08eece3293ea3b3ae727934b9ea7377..02503105682751ebeb4fbe4eef8d2b81365b1828 100644 --- a/docs/api/core/Object3D.html +++ b/docs/api/core/Object3D.html @@ -230,7 +230,7 @@
Executes the callback on this object and all descendants.
- +

[method:null traverseVisible]( [page:Function callback] )

callback - A function with as first argument an object3D object.
@@ -239,13 +239,13 @@ Like traverse, but the callback will only be executed for visible objects. Descendants of invisible objects are not traversed.
- +

[method:null traverseAncestors]( [page:Function callback] )

callback - A function with as first argument an object3D object.
- Executes the callback on this object and all ancestors. + Executes the callback on all ancestors.

[method:null updateMatrix]()