Chapter 123: LightProbeGenerator
Core Idea
Utility class for creating instances of LightProbe.
Code Examples
import { LightProbeGenerator } from 'three/addons/lights/LightProbeGenerator.js';
- What it demonstrates: Typical usage of LightProbeGenerator.
Key Takeaways
- LightProbeGenerator has no documented properties/methods beyond what's shown above — check the source link for implementation details.
Connects To