提交 b59e13e3 编写于 作者: R Ricardo Cabello

Merge pull request #6767 from BrianSipple/dev

Fixed minor typos on AreaLight documentation
......@@ -72,17 +72,17 @@ scene.add( areaLight1 );</code>
<h3>[property:number constantAttenuation]</h3>
<div>
Sets or gets the attention of the light in constant space. This is independant of the distance of the light.
Sets or gets the attenuation of the light in constant space. This is independant of the distance of the light.
</div>
<h3>[property:number linearAttenuation]</h3>
<div>
Sets or gets the attention of the light in linear space. This increases the attenuation linearly with the distance from the light.
Sets or gets the attenuation of the light in linear space. This increases the attenuation linearly with the distance from the light.
</div>
<h3>[property:number quadraticAttenuation]</h3>
<div>
Sets or gets the attention of the light in linear space. This increases the attenuation quadratic with the distance from the light.
Sets or gets the attenuation of the light in quadratic space. This increases the attenuation quadraticly with the distance from the light.
</div>
<h2>Source</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册