📄 threejs/Core/Lights/DirectionalLightShadow

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


title: DirectionalLightShadow category: Core layout: docs

DirectionalLightShadow

Represents the shadow configuration of directional lights.

Constructor

new DirectionalLightShadow()

Constructs a new directional light shadow.

Properties

.isDirectionalLightShadow : boolean (readonly)

This flag can be used for type testing.

Default is true.

Source

src/lights/DirectionalLightShadow.js