diff --git a/docs/api/helpers/HemisphereLightHelper.html b/docs/api/helpers/HemisphereLightHelper.html index dfe3331cca9186ab7692efa8a4975fcab231bac3..14fc79d84a481342144497f2efdf91c669eba6cf 100644 --- a/docs/api/helpers/HemisphereLightHelper.html +++ b/docs/api/helpers/HemisphereLightHelper.html @@ -35,9 +35,7 @@ scene.add( helper ); [page:Number size] -- The size of the mesh used to visualize the light.

- [page:Hex color] -- (optional) by default the helper will take the color of the light. - In cases where this makes the helper difficult to see - (for example a white light against a white background) you can directly set the color here. + [page:Hex color] -- (optional) if this is not the set the helper will take the color of the light. diff --git a/docs/api/helpers/PointLightHelper.html b/docs/api/helpers/PointLightHelper.html index e9cb63d1a565bad0075373b498fde557a707b326..8b464db4fa07894b3f452dfa2ac3d109ae1b2220 100644 --- a/docs/api/helpers/PointLightHelper.html +++ b/docs/api/helpers/PointLightHelper.html @@ -43,9 +43,7 @@ [page:Float sphereSize] -- (optional) The size of the sphere helper. Default is *1*.

- [page:Hex color] -- (optional) by default the helper will take the color of the light. - In cases where this makes the helper difficult to see - (for example a white light against a white background) you can directly set the color here. + [page:Hex color] -- (optional) if this is not the set the helper will take the color of the light.

Properties

diff --git a/docs/api/helpers/RectAreaLightHelper.html b/docs/api/helpers/RectAreaLightHelper.html index c38b6ebca0052e040b185df426886ee779625e29..4eae7a50d59a232a4d13795ccebbac7bc232908e 100644 --- a/docs/api/helpers/RectAreaLightHelper.html +++ b/docs/api/helpers/RectAreaLightHelper.html @@ -33,9 +33,7 @@ scene.add( helper );
[page:RectAreaLight light] -- The light being visualized.

- [page:Hex color] -- (optional) by default the helper will take the color of the light. - In cases where this makes the helper difficult to see - (for example a white light against a white background) you can directly set the color here. + [page:Hex color] -- (optional) if this is not the set the helper will take the color of the light.
diff --git a/docs/api/helpers/SpotLightHelper.html b/docs/api/helpers/SpotLightHelper.html index 4dc3ed452d33c78285caf685e97540b92553785f..c2f92f8a8e6af74724d239bd4c3a6a3efa6cb835 100644 --- a/docs/api/helpers/SpotLightHelper.html +++ b/docs/api/helpers/SpotLightHelper.html @@ -39,9 +39,7 @@
[page:SpotLight light] -- The [page:SpotLight] to be visualized.

- [page:Hex color] -- (optional) by default the helper will take the color of the light. - In cases where this makes the helper difficult to see - (for example a white light against a white background) you can directly set the color here. + [page:Hex color] -- (optional) if this is not the set the helper will take the color of the light.