Explorar o código

a bit more info for tonemap property Material.html (#27923)

Made tonemapped property a bit more informative.
Atul Mourya hai 1 ano
pai
achega
fbe0a48e0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/api/en/materials/Material.html

+ 1 - 1
docs/api/en/materials/Material.html

@@ -340,7 +340,7 @@
 		<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>