Skip to content

Commit a7e4ed5

Browse files
authored
LightProbeGrid: Improve docs. (#33426)
1 parent 860a653 commit a7e4ed5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/jsm/lighting/LightProbeGrid.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ const ATLAS_PADDING = 1;
5555
* A 3D grid of L2 Spherical Harmonic irradiance probes that provides
5656
* position-dependent diffuse global illumination.
5757
*
58+
* Note that this class can only be used with {@link WebGLRenderer}.
59+
* A version for {@link WebGPURenderer} will be added at a later point.
60+
*
5861
* All seven packed SH sub-volumes are stored in a **single** RGBA
5962
* `WebGL3DRenderTarget` using a texture-atlas layout along the Z axis.
6063
* Each sub-volume occupies `( nz + 2 )` atlas slices: one padding slice at

0 commit comments

Comments
 (0)