@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?
optionalcolor?:Color
Defined in: render3d/light.ts:101
height?
optionalheight?:number
Defined in: render3d/light.ts:104
intensity?
optionalintensity?:number
Defined in: render3d/light.ts:102
params?
optionalparams?:Record<string,unknown>
Defined in: render3d/geometry.ts:14
Inherited from
type
type:
"rectArea"
Defined in: render3d/light.ts:100
width?
optionalwidth?:number
Defined in: render3d/light.ts:103