Skip to content

Class: IESProfiles

Constructors

Properties

Accessors

Methods

Constructors

constructor

new IESProfiles(): IESProfiles

Returns

IESProfiles

Defined in

src/components/lights/IESProfiles.ts:13

Properties

use

Static use: boolean = false

Defined in

src/components/lights/IESProfiles.ts:8


iesTexture

Static iesTexture: BitmapTexture2DArray

Defined in

src/components/lights/IESProfiles.ts:9


ies_list

Static ies_list: IESProfiles[] = []

Defined in

src/components/lights/IESProfiles.ts:10


index

index: number = 0

Defined in

src/components/lights/IESProfiles.ts:12

Accessors

IESTexture

get IESTexture(): Texture

Returns

Texture

Defined in

src/components/lights/IESProfiles.ts:38

set IESTexture(texture): void

Parameters

NameType
textureTexture

Returns

void

Defined in

src/components/lights/IESProfiles.ts:23

Methods

create

create(width, height): void

Parameters

NameType
widthnumber
heightnumber

Returns

void

Defined in

src/components/lights/IESProfiles.ts:42