Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/api/en/materials/MeshBasicMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ <h3>[property:Texture aoMap]</h3>

<h3>[property:Float aoMapIntensity]</h3>
<p>
Intensity of the ambient occlusion effect. Default is `1`. Zero is no
occlusion effect.
Intensity of the ambient occlusion effect. Range is 0-1, where `0`
disables ambient occlusion. Where intensity is `1` and the [page:.aoMap]
red channel is also `1`, ambient light is fully occluded on a surface.
Default is `1`.
</p>

<h3>[property:Color color]</h3>
Expand Down
6 changes: 4 additions & 2 deletions docs/api/en/materials/MeshLambertMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ <h3>[property:Texture aoMap]</h3>

<h3>[property:Float aoMapIntensity]</h3>
<p>
Intensity of the ambient occlusion effect. Default is `1`. Zero is no
occlusion effect.
Intensity of the ambient occlusion effect. Range is 0-1, where `0`
disables ambient occlusion. Where intensity is `1` and the [page:.aoMap]
red channel is also `1`, ambient light is fully occluded on a surface.
Default is `1`.
</p>

<h3>[property:Texture bumpMap]</h3>
Expand Down
6 changes: 4 additions & 2 deletions docs/api/en/materials/MeshPhongMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ <h3>[property:Texture aoMap]</h3>

<h3>[property:Float aoMapIntensity]</h3>
<p>
Intensity of the ambient occlusion effect. Default is `1`. Zero is no
occlusion effect.
Intensity of the ambient occlusion effect. Range is 0-1, where `0`
disables ambient occlusion. Where intensity is `1` and the [page:.aoMap]
red channel is also `1`, ambient light is fully occluded on a surface.
Default is `1`.
</p>

<h3>[property:Texture bumpMap]</h3>
Expand Down
6 changes: 4 additions & 2 deletions docs/api/en/materials/MeshStandardMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ <h3>[property:Texture aoMap]</h3>

<h3>[property:Float aoMapIntensity]</h3>
<p>
Intensity of the ambient occlusion effect. Default is `1`. Zero is no
occlusion effect.
Intensity of the ambient occlusion effect. Range is 0-1, where `0`
disables ambient occlusion. Where intensity is `1` and the [page:.aoMap]
red channel is also `1`, ambient light is fully occluded on a surface.
Default is `1`.
</p>

<h3>[property:Texture bumpMap]</h3>
Expand Down
6 changes: 4 additions & 2 deletions docs/api/en/materials/MeshToonMaterial.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ <h3>[property:Texture aoMap]</h3>

<h3>[property:Float aoMapIntensity]</h3>
<p>
Intensity of the ambient occlusion effect. Default is `1`. Zero is no
occlusion effect.
Intensity of the ambient occlusion effect. Range is 0-1, where `0`
disables ambient occlusion. Where intensity is `1` and the [page:.aoMap]
red channel is also `1`, ambient light is fully occluded on a surface.
Default is `1`.
</p>

<h3>[property:Texture bumpMap]</h3>
Expand Down