RoomleConfigurator.Internal.default-43
Last updated
• new default(creator)
creator
string
• _creator_: string
▸ loadGLB(url, position?, rotation?, size?, scaling?, color?, colorable?, callback?): Promise<GLTFScene>
url
string
position?
Vector3
rotation?
number
size?
Vector3
scaling?
Vector3
color?
number
colorable?
boolean
callback?
(percent: number) => void
Promise<GLTFScene>
▸ loadGLTF(gltfJSON, position?, rotation?, size?, scale?, color?, colorable?, callback?): Promise<GLTFScene>
gltfJSON
string
position?
Vector3
rotation?
number
size?
Vector3
scale?
Vector3
color?
number
colorable?
boolean
callback?
(percent: number) => void
Promise<GLTFScene>
Last updated