Module for representing hemisphere lights as nodes.
Constructor
new HemisphereLightNode(light?)| Parameter | Type | Default Value |
|---|---|---|
| light? | any | null |
Constructs a new hemisphere light node.
| Accessor | Type | |
|---|---|---|
| get type | string | |
Properties
| Property | Type | Default Value | |
|---|---|---|---|
| lightPositionNode | UniformNode<vec3> | — | |
| lightDirectionNode | any | — | |
| groundColorNode | UniformNode<vec3> | — | |
| Method | Type | |
|---|---|---|
| update | (frame: NodeFrame) => void | |
| setup | (builder: any) => void | |
Extends
AnalyticLightNode