From 2bd951e7a2f8870994569b506c7dde0ae2a7e4d0 Mon Sep 17 00:00:00 2001 From: Paul Masson Date: Sat, 28 Oct 2017 14:33:03 -0700 Subject: [PATCH] =?UTF-8?q?=CF=80=20is=20not=20capitalized?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/lights/PointLight.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/lights/PointLight.html b/docs/api/lights/PointLight.html index 191ae24de850ba..e73bb9bc2a9db2 100644 --- a/docs/api/lights/PointLight.html +++ b/docs/api/lights/PointLight.html @@ -82,11 +82,11 @@

[property:Float power]

The light's power.
In [page:WebGLRenderer.physicallyCorrectLights physically correct] mode, the luminous - power of the light measured in lumens. Default - *4PI*.

+ power of the light measured in lumens. Default is *4Math.PI*.

This is directly related to the [page:.intensity intensity] in the ratio - power = intensity * 4Π + power = intensity * 4π and changing this will also change the intensity.