Ver Fonte

Docs: Update RectAreaLight

Mugen87 há 7 anos atrás
pai
commit
fcb13c45fb
1 ficheiros alterados com 7 adições e 1 exclusões
  1. 7 1
      docs/api/lights/RectAreaLight.html

+ 7 - 1
docs/api/lights/RectAreaLight.html

@@ -15,7 +15,13 @@
 		<div class="desc">
 			RectAreaLight emits light uniformly across the face a rectangular plane. This light type can be
 			used to simulate light sources such as bright windows or strip lighting.<br /><br />
-			RectAreaLight does not support shadows.<br /><br />
+
+			Important Notes:
+			<ul>
+				<li>There is no shadow support.</li>
+				<li>Only [page:MeshStandardMaterial MeshStandardMaterial] and [page:MeshPhysicalMaterial MeshPhysicalMaterial] are supported.</li>
+				<li>You have to include [link:https://threejs.org/examples/js/lights/RectAreaLightUniformsLib.js RectAreaLightUniformsLib] into your scene.</li>
+			</ul>
 		</div>