# Class: default

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

# Hierarchy

# Implements

# Table of contents

# Constructors

# Properties

# Accessors

# Methods

# Constructors

# constructor

new default(creator)

# Parameters

Name Type
creator string

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:88 (opens new window)

# Properties

# _creator_

_creator_: string

# Implementation of

Context.creator

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:46 (opens new window)


# materialQueue

materialQueue: PromiseQueue<void>

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:48 (opens new window)

# Accessors

# maxAnisotropy

get maxAnisotropy(): number

# Returns

number

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:430 (opens new window)

set maxAnisotropy(maxAnisotropy): void

# Parameters

Name Type
maxAnisotropy number

# Returns

void

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:434 (opens new window)


# maxTextures

get maxTextures(): number

# Returns

number

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:438 (opens new window)

set maxTextures(maxTextures): void

# Parameters

Name Type
maxTextures number

# Returns

void

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:442 (opens new window)

# Methods

# changeMaterialOfMesh

changeMaterialOfMesh(mesh, material, materialAttributes?): void

# Parameters

Name Type
mesh Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>
material Material
materialAttributes? Record<string, string>

# Returns

void

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:134 (opens new window)


# clear

clear(): void

# Returns

void

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:446 (opens new window)


# getGeometry

getGeometry(meshId): BufferGeometry<NormalBufferAttributes>

# Parameters

Name Type
meshId string

# Returns

BufferGeometry<NormalBufferAttributes>

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:97 (opens new window)


# removeMaterialLoadedListener

removeMaterialLoadedListener(): void

# Returns

void

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:518 (opens new window)


# setMaterialLoadedListener

setMaterialLoadedListener(fun): void

# Parameters

Name Type
fun () => void

# Returns

void

# Defined in

packages/common-core/src/webgl/mesh-generator.ts:514 (opens new window)