📄 threejs/Core/Nodes/AmbientLightNode

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


title: AmbientLightNode category: Core layout: docs

AmbientLightNode

Module for representing ambient lights as nodes.

Constructor

new AmbientLightNode( light : AmbientLight )

Constructs a new ambient light node.

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

Source

src/nodes/lighting/AmbientLightNode.js