From 55281262a18acec9b4169ef75073550d0033c1bb Mon Sep 17 00:00:00 2001 From: gero3 Date: Wed, 25 Feb 2015 22:15:12 +0100 Subject: [PATCH] Update HemisphereLightHelper.html --- .../extras/helpers/HemisphereLightHelper.html | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/api/extras/helpers/HemisphereLightHelper.html b/docs/api/extras/helpers/HemisphereLightHelper.html index 52987be415..9b0f61695a 100644 --- a/docs/api/extras/helpers/HemisphereLightHelper.html +++ b/docs/api/extras/helpers/HemisphereLightHelper.html @@ -11,20 +11,18 @@

[name]

-
todo
+
Creates a visual aid for a [page:HemisphereLight HemisphereLight].

Constructor

-

[name]([page:todo light], [page:todo sphereSize], [page:todo arrowLength], [page:todo domeSize])

+

[name]([page:HemisphereLight light], [page:Number sphereSize])

- light -- todo
- sphereSize -- todo
- arrowLength -- todo
- domeSize -- todo + light -- The HemisphereLight.
+ sphereSize -- The size of the sphere that shows the location.
- todo + Creates an helper for the hemispherelight.
@@ -32,20 +30,20 @@

[property:Mesh lightSphere]

- todo + The sphere mesh that shows the location of the hemispherelight.

[property:HemisphereLight light]

- todo + Contains the HemisphereLight

Methods

-

[method:todo update]()

+

[method:null update]()

- todo + Updates the helper to match the position and direction of the [page:.light].
-- GitLab