Skip to content

Commit

Permalink
π is not capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmasson authored Oct 28, 2017
1 parent 539e2db commit 2bd951e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/lights/PointLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ <h3>[property:Float power]</h3>
<div>
The light's power.<br />
In [page:WebGLRenderer.physicallyCorrectLights physically correct] mode, the luminous
power of the light measured in lumens. Default - *4PI*. <br /><br />
power of the light measured in lumens. Default is *4Math.PI*. <br /><br />

This is directly related to the [page:.intensity intensity] in the ratio
<code>
power = intensity * 4&Pi;
power = intensity * 4&pi;
</code>
and changing this will also change the intensity.
</div>
Expand Down

0 comments on commit 2bd951e

Please sign in to comment.