Skip to content

Commit

Permalink
Fix RectAreaLight constructor args
Browse files Browse the repository at this point in the history
  • Loading branch information
kevanstannard committed Jan 23, 2017
1 parent a0cd79d commit 54f49ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/lights/RectAreaLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ <h2>Examples</h2>
<h2>Constructor</h2>


<h3>[name]( [page:Integer color], [page:Float intensity], [page:Float distance], [page:Radians angle], [page:Float penumbra], [page:Float decay] )</h3>
<h3>[name]( [page:Integer color], [page:Float intensity], [page:Float width], [page:Float height] )</h3>
<div>
[page:Integer color] - (optional) hexadecimal color of the light. Default is 0xffffff (white).<br />
[page:Float intensity] - (optional) numeric value of the light's strength/intensity. Default is 1.<br /><br />
[page:Float intensity] - (optional) numeric value of the light's strength/intensity. Default is 1.<br />
[page:Float width] - (optional) width of the light. Default is 10.<br />
[page:Float height] - (optional) height of the light. Default is 10.
[page:Float height] - (optional) height of the light. Default is 10.<br /><br />

Creates a new [name].
</div>
Expand Down

0 comments on commit 54f49ec

Please sign in to comment.