MotionScript

@motion-script/core


@motion-script/core / RectAreaLight3D

Interface: RectAreaLight3D

Defined in: render3d/light.ts:99

A glowing rectangle — softboxes, strip lights, windows. Physically the nicest soft light, but it only works with standard/physical materials and casts no shadows.

Extends

Properties

color?

optional color?: Color

Defined in: render3d/light.ts:101


height?

optional height?: number

Defined in: render3d/light.ts:104


intensity?

optional intensity?: number

Defined in: render3d/light.ts:102


params?

optional params?: Record<string, unknown>

Defined in: render3d/geometry.ts:14

Inherited from

Passthrough3D.params


type

type: "rectArea"

Defined in: render3d/light.ts:100


width?

optional width?: number

Defined in: render3d/light.ts:103