Import
LightProbeHelper is an addon, and must be imported explicitly, see Installation#Addons.
import { LightProbeHelper } from 'three/addons/helpers/LightProbeHelper.js';
Constructor
new LightProbeHelper( lightProbe : LightProbe, size : number )
Constructs a new light probe helper.
| lightProbe |
The light probe to visualize. |
| size |
The size of the helper. Default is |
Properties
.lightProbe : LightProbe
The light probe to visualize.
.size : number
The size of the helper.
Default is 1.
Methods
.dispose()
Frees the GPU-related resources allocated by this instance. Call this method whenever this instance is no longer used in your app.