RoomleConfigurator.Internal.default-36

configurator-core/src/roomle-configurator.internal.default

Hierarchy

Implements

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new default(creator)

Parameters

NameType

creator

string

Properties

_creator_

_creator_: string

Implementation of

Context.creator


materialQueue

materialQueue: PromiseQueue<void>

Accessors

maxAnisotropy

get maxAnisotropy(): number

Returns

number

set maxAnisotropy(maxAnisotropy): void

Parameters

NameType

maxAnisotropy

number

Returns

void


maxTextures

get maxTextures(): number

Returns

number

set maxTextures(maxTextures): void

Parameters

NameType

maxTextures

number

Returns

void

Methods

changeMaterialOfMesh

changeMaterialOfMesh(mesh, material, materialAttributes?): void

Parameters

NameType

mesh

Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>

material

Material

materialAttributes?

Record<string, string>

Returns

void


clear

clear(): void

Returns

void


getGeometry

getGeometry(meshId): BufferGeometry<NormalBufferAttributes>

Parameters

NameType

meshId

string

Returns

BufferGeometry<NormalBufferAttributes>


removeMaterialLoadedListener

removeMaterialLoadedListener(): void

Returns

void


setMaterialLoadedListener

setMaterialLoadedListener(fun): void

Parameters

NameType

fun

() => void

Returns

void

Last updated