Module for representing ambient lights as nodes.
Constructor
new AmbientLightNode(light?)| Parameter | Type | Default Value |
|---|---|---|
| light? | any | null |
Constructs a new ambient light node.
| Accessor | Type | |
|---|---|---|
| get type | string | |
| Method | Type | |
|---|---|---|
| setup | ({ context }: { context: any; }) => void | |
Extends
AnalyticLightNode