Browse Source

Clarification

WestLangley 5 years ago
parent
commit
f8f3421cf7
2 changed files with 4 additions and 6 deletions
  1. 2 3
      docs/api/en/lights/LightProbe.html
  2. 2 3
      docs/api/zh/lights/LightProbe.html

+ 2 - 3
docs/api/en/lights/LightProbe.html

@@ -26,9 +26,8 @@
 		</p>
 
 		<p class="desc">
-			The current probe implementation in three.js only supports so called diffuse light probes. This type of light probe
-			is a different representation of an irradiance environment map. Other types of light probes like reflection probes
-			are not yet supported.
+			The current probe implementation in three.js supports so-called diffuse light probes. This type of light probe
+			is functionally equivalent to an irradiance environment map.
 		</p>
 
 		<h2>Examples</h2>

+ 2 - 3
docs/api/zh/lights/LightProbe.html

@@ -26,9 +26,8 @@
 		</p>
 
 		<p class="desc">
-			The current probe implementation in three.js only supports so called diffuse light probes. This type of light probe
-			is a different representation of an irradiance environment map. Other types of light probes like reflection probes
-			are not yet supported.
+			The current probe implementation in three.js supports so-called diffuse light probes. This type of light probe
+			is functionally equivalent to an irradiance environment map.
 		</p>
 
 		<h2>Examples</h2>