📄 threejs/Core/Nodes/DirectionalLightNode

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


title: DirectionalLightNode category: Core layout: docs

DirectionalLightNode

Module for representing directional lights as nodes.

Constructor

new DirectionalLightNode( light : DirectionalLight )

Constructs a new directional light node.

light | The directional light source. Default is null.
---|---

Source

src/nodes/lighting/DirectionalLightNode.js