RoomleConfigurator.Internal.GlobalAPI
PreviousRoomleConfigurator.Internal.GLTFSceneNextRoomleConfigurator.Internal.GroundReflectionConstructorParameters
Last updated
• get globalCallbacks(): GlobalCallback
▸ getCameraOffset(): CanvasOffset
Gets the available screen space for our item default: 'left: 0, top: 1, right: 1, bottom: 0'
▸ getMain(): default
▸ getScene(): Scene
Returns the three.js scene (https://threejs.org/docs/#api/en/scenes/Scene) WARNING: This is the actual scene (reference) and not a copy!
Scene
▸ getStorage(): default
▸ getUnitFormatter(): default
▸ setCameraOffset(offset): void
Sets the available screen space for our item Example 1: right 0.9 means 10% padding on the right side Example 2: bottom 0.2 means 20% padding on the bottom side default: 'left: 0, top: 1, right: 1, bottom: 0'
offset
void
▸ setEnvironmentMap(params): void
params
void
▸ updateScene(): void
Updates the scene (recalculating bounds) and restart rendering
void
▸ updateSize(): void
void
Last updated