Module for representing directional lights as nodes.
Constructor
new DirectionalLightNode(light?)| Parameter | Type | Default Value |
|---|---|---|
| light? | any | null |
Constructs a new directional light node.
| Accessor | Type | |
|---|---|---|
| get type | string | |
| Method | Type | |
|---|---|---|
| setupDirect | () => { lightDirection: any; lightColor: Node; } | |
Extends
AnalyticLightNode