📄 threejs/Core/Nodes/LightingNode

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


title: LightingNode category: Core layout: docs

LightingNode

Base class for lighting nodes.

Constructor

new LightingNode()

Constructs a new lighting node.

Properties

.isLightingNode : boolean (readonly)

This flag can be used for type testing.

Default is true.

Source

src/nodes/lighting/LightingNode.js