diff --git a/docs/api/core/Clock.html b/docs/api/core/Clock.html index 7c5f006054532d82b5b224f2ec725aff947b765b..8e27c32151e97435c5e36709378ba245dddeb120 100644 --- a/docs/api/core/Clock.html +++ b/docs/api/core/Clock.html @@ -1,7 +1,7 @@ - + @@ -18,7 +18,7 @@

[name]( [page:Boolean autoStart] )

- autoStart — Automatically start the clock. + autoStart — Automatically start the clock. Default is true.

Properties

diff --git a/docs/api/core/Raycaster.html b/docs/api/core/Raycaster.html index 36576c3a193ef7f02cf374060ad7c0daf8b32558..be5b8b3ca85bf7ad625df4d8d80fcbabed2bbf39 100644 --- a/docs/api/core/Raycaster.html +++ b/docs/api/core/Raycaster.html @@ -129,7 +129,7 @@

[page:Object3D object] — The object to check for intersection with the ray.
- [page:Boolean recursive] — If set, it also checks all descendants. Otherwise it only checks intersecton with the object. + [page:Boolean recursive] — If true, it also checks all descendants. Otherwise it only checks intersecton with the object. Default is false.

@@ -159,7 +159,7 @@

[method:Array intersectObjects]( [page:Array objects], [page:Boolean recursive] )

[page:Array objects] — The objects to check for intersection with the ray.
- [page:Boolean recursive] — If set, it also checks all descendants of the objects. Otherwise it only checks intersecton with the objects. + [page:Boolean recursive] — If true, it also checks all descendants of the objects. Otherwise it only checks intersecton with the objects. Default is false.
Checks all intersection between the ray and the objects with or without the descendants. Intersections are returned sorted by distance, closest first. Intersections are of the same form as those returned by [page:.intersectObject].