From 421f52b4b8736a08d4f055d74ff15566c0ae7a08 Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Fri, 29 Apr 2016 15:49:18 +0200 Subject: [PATCH] Fix docs for Object3D.traverseAncestors --- docs/api/core/Object3D.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/core/Object3D.html b/docs/api/core/Object3D.html index ae96c92de0..0250310568 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]()

-- GitLab