We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860a653 commit a7e4ed5Copy full SHA for a7e4ed5
1 file changed
examples/jsm/lighting/LightProbeGrid.js
@@ -55,6 +55,9 @@ const ATLAS_PADDING = 1;
55
* A 3D grid of L2 Spherical Harmonic irradiance probes that provides
56
* position-dependent diffuse global illumination.
57
*
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
+ *
61
* All seven packed SH sub-volumes are stored in a **single** RGBA
62
* `WebGL3DRenderTarget` using a texture-atlas layout along the Z axis.
63
* Each sub-volume occupies `( nz + 2 )` atlas slices: one padding slice at
0 commit comments