Przeglądaj źródła

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

Made tonemapped property a bit more informative.
Atul Mourya 1 rok temu
rodzic
commit
fbe0a48e0a
1 zmienionych plików z 1 dodań i 1 usunięć
  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>