From 241247c85262d6af884e7f0973a04448376008e3 Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Mon, 27 Feb 2017 23:44:46 -0500 Subject: [PATCH] Add channel note to aoMap. --- docs/api/materials/MeshStandardMaterial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/materials/MeshStandardMaterial.html b/docs/api/materials/MeshStandardMaterial.html index d301686510..6433e42aaa 100644 --- a/docs/api/materials/MeshStandardMaterial.html +++ b/docs/api/materials/MeshStandardMaterial.html @@ -97,7 +97,7 @@

[property:Texture aoMap]

-
The ambient occlusion map. Default is null.
+
The red channel of this texture is used as the ambient occlusion map. Default is null.

[property:Float aoMapIntensity]

Intensity of the ambient occlusion effect. Default is 1. Zero is no occlusion effect.
-- GitLab