RoomleConfigurator.Internal.default-39
configurator-core/src/roomle-configurator.internal.default
Hierarchy
Implements
Table of contents
Constructors
Properties
Accessors
Methods
Constructors
constructor
• new default(creator)
Parameters
creator
string
Properties
_creator_
• _creator_: string
Implementation of
materialQueue
• materialQueue: PromiseQueue<void>
Accessors
maxAnisotropy
• get maxAnisotropy(): number
Returns
number
• set maxAnisotropy(maxAnisotropy): void
Parameters
maxAnisotropy
number
Returns
void
maxTextures
• get maxTextures(): number
Returns
number
• set maxTextures(maxTextures): void
Parameters
maxTextures
number
Returns
void
Methods
changeMaterialOfMesh
▸ changeMaterialOfMesh(mesh, material, materialAttributes?): void
Parameters
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
meshId
string
Returns
BufferGeometry<NormalBufferAttributes>
removeMaterialLoadedListener
▸ removeMaterialLoadedListener(): void
Returns
void
setMaterialLoadedListener
▸ setMaterialLoadedListener(fun): void
Parameters
fun
() => void
Returns
void
Last updated