Skip to content

@orillusion/core


Interface: ILight

Defined in: src/components/lights/ILight.ts:6

Properties

name

name: string

Defined in: src/components/lights/ILight.ts:7


transform

transform: Transform

Defined in: src/components/lights/ILight.ts:8


lightData

lightData: LightData

Defined in: src/components/lights/ILight.ts:9


needUpdateShadow

needUpdateShadow: boolean

Defined in: src/components/lights/ILight.ts:10


realTimeShadow

realTimeShadow: boolean

Defined in: src/components/lights/ILight.ts:11


shadowIndex

shadowIndex: number

Defined in: src/components/lights/ILight.ts:13


shadowCamera?

optional shadowCamera?: Camera3D

Defined in: src/components/lights/ILight.ts:15


iesProfile?

readonly optional iesProfile?: IESProfiles

Defined in: src/components/lights/ILight.ts:17

Released under the MIT License