Skip to content

Commit

Permalink
a bit more info for tonemap property Material.html (#27923)
Browse files Browse the repository at this point in the history
Made tonemapped property a bit more informative.
  • Loading branch information
atul-mourya committed Mar 16, 2024
1 parent 7f7533d commit fbe0a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/en/materials/Material.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ <h3>[property:Integer side]</h3>
<h3>[property:Boolean toneMapped]</h3>
<p>
Defines whether this material is tone mapped according to the renderer's
[page:WebGLRenderer.toneMapping toneMapping] setting. It is ignored when rendering to a render target.
[page:WebGLRenderer.toneMapping toneMapping] setting. It is ignored when rendering to a render target or using post processing.
Default is `true`.
</p>

Expand Down

0 comments on commit fbe0a48

Please sign in to comment.