From 5dc0cd5676b59c4e2be3303b9518fbb622572c2b Mon Sep 17 00:00:00 2001 From: looeee Date: Thu, 17 Nov 2016 14:47:58 +0000 Subject: [PATCH] Minor updates to spotLightHelper doc --- docs/api/extras/helpers/SpotLightHelper.html | 26 ++++++++++++++------ docs/list.js | 2 +- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/docs/api/extras/helpers/SpotLightHelper.html b/docs/api/extras/helpers/SpotLightHelper.html index f427137d3f..f493e5aa2c 100644 --- a/docs/api/extras/helpers/SpotLightHelper.html +++ b/docs/api/extras/helpers/SpotLightHelper.html @@ -12,7 +12,7 @@

[name]

-
This displays a cylinder helper object for a [page:SpotLight]
+
This displays a cone shaped helper object for a [page:SpotLight].

Example

@@ -36,27 +36,37 @@

[name]([page:SpotLight light])

-
- light -- The [page:SpotLight] to display -
+
light -- The [page:SpotLight] to be visualized.

Properties

+
See the base [page:Object3D] class for common properties.
+ +

[property:LineSegments cone]

+
[page:LineSegments] used to visualize the light.

[property:SpotLight light]

+
Reference to the [page:SpotLight] being visualized.
+ +

[property:object matrix]

+
Reference to the spotLight's [page:Object3D.matrixWorld matrixWorld].
+ +

[property:object matrixAutoUpdate]

- The [page:SpotLight] + See [page:Object3D.matrixAutoUpdate]. Set to *false* here as the helper is using the + spotLight's [page:Object3D.matrixWorld matrixWorld].

Methods

+
See the base [page:Object3D] class for common methods.
+

[method:null update]()

+
Disposes of the light helper.

[method:null update]()

-
- Updates the light helper. -
+
Updates the light helper.

Source

diff --git a/docs/list.js b/docs/list.js index 388126b39f..091a3f59c5 100644 --- a/docs/list.js +++ b/docs/list.js @@ -118,8 +118,8 @@ var list = { [ "GridHelper", "api/extras/helpers/GridHelper" ], [ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ], [ "PointLightHelper", "api/extras/helpers/PointLightHelper" ], - [ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ], [ "RectAreaLightHelper", "api/extras/helpers/RectAreaLightHelper" ], + [ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ], [ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ], [ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ] ], -- GitLab