Inheritance: EventDispatcher → Node → LightingNode → AnalyticLightNode →
Module for representing point lights as nodes.
Constructs a new point light node.
light
The point light source.
Default is null.
Uniform node representing the cutoff distance.
Uniform node representing the decay exponent.
Overwritten to setup point light specific shadow.
Overrides: AnalyticLightNode#setupShadowNode
Overwritten to updated point light specific uniforms.
frame
A reference to the current node frame.
Overrides: AnalyticLightNode#update