Module for representing light probes as nodes.
Constructor
new LightProbeNode(light?)| Parameter | Type | Default Value |
|---|---|---|
| light? | any | null |
Constructs a new light probe node.
| Accessor | Type | |
|---|---|---|
| get type | string | |
Properties
| Property | Type | Default Value | |
|---|---|---|---|
| lightProbe | UniformArrayNode | — | |
| Method | Type | |
|---|---|---|
| update | (frame: NodeFrame) => void | |
| setup | (builder: any) => void | |
Extends
AnalyticLightNode