📄 threejs/Core/Nodes/LightProbeNode

File: LightProbeNode.md | Updated: 11/15/2025


title: LightProbeNode category: Core layout: docs

LightProbeNode

Module for representing light probes as nodes.

Constructor

new LightProbeNode( light : LightProbe )

Constructs a new light probe node.

light | The light probe. Default is null.
---|---

Properties

.lightProbe : UniformArrayNode

Light probe represented as a uniform of spherical harmonics.

Methods

.update( frame : NodeFrame )

Overwritten to updated light probe specific uniforms.

frame | A reference to the current node frame.
---|---

Overrides: AnalyticLightNode#update

Source

src/nodes/lighting/LightProbeNode.js