Capítulo 115 de 859
Module for representing hemisphere lights as nodes.
Constructor
| Signature |
|---|
new HemisphereLightNode( light : HemisphereLight ) |
Properties
| Property | Description |
|---|---|
.groundColorNode : UniformNode.<vec3> | Uniform node representing the light's ground color. |
.lightDirectionNode : Node.<vec3> | A node representing the light's direction. |
.lightPositionNode : UniformNode.<vec3> | Uniform node representing the light's position. |
Methods
| Method | Description |
|---|---|
.update( frame : NodeFrame ) | Overwritten to updated hemisphere light specific uniforms. |