فهرست منبع

Examples: Clean up. (#33505)

Michael Herzog 1 ماه پیش
والد
کامیت
9c6d2b253e
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      examples/jsm/helpers/LightProbeGridHelper.js
  2. 1 1
      examples/webgl_lightprobes.html

+ 1 - 1
examples/jsm/helpers/LightProbeGridHelper.js

@@ -9,7 +9,7 @@ import {
 
 /**
  * Visualizes an {@link LightProbeGrid} by rendering a sphere at each
- * probe position, shaded with the probe's L1 spherical harmonics.
+ * probe position, shaded with the probe's L2 spherical harmonics.
  *
  * Uses a single `InstancedMesh` draw call for all probes.
  *

+ 1 - 1
examples/webgl_lightprobes.html

@@ -10,7 +10,7 @@
 
 		<div id="info">
 			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - light probe volume<br/>
-			Position-dependent diffuse global illumination via L1 SH probe grid
+			Position-dependent diffuse global illumination via L2 SH probe grid
 		</div>
 
 		<script type="importmap">

粤ICP备19079148号