瀏覽代碼

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

Made tonemapped property a bit more informative.
Atul Mourya 1 年之前
父節點
當前提交
fbe0a48e0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>