Skip to content

Commit 06da6e1

Browse files
authored
Merge pull request #90 from smplrspace/next
remove skybox
2 parents c0d6cfe + c5ca3b2 commit 06da6e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/api-reference/space/custom-ux.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ interface SpaceRenderOptions {
2929
objects?: boolean;
3030
annotations?: boolean;
3131
compass?: boolean;
32-
skybox?: boolean;
3332
floorplan?: {
3433
render?: boolean;
3534
alpha?: number;
@@ -49,7 +48,6 @@ interface SpaceRenderOptions {
4948
- `objects` - _optional_ - set this value to control whether the equipment (furniture, machinery, etc., if any) are rendered or not. _Default value: true_
5049
- `annotations` - _optional_ - set this value to control whether the annotations (if any) are rendered or not. This also removes the show/hide annotations button from the viewer. _Default value: unset (use button control)_
5150
- `compass` - _optional_ - set this value to control whether the compass (if any) is rendered or not. This also removes the show/hide compass button from the viewer. _Default value: unset (use button control)_
52-
- `skybox` - _optional_ - set this value to control whether the skybox is rendered or not. _Default value: false_
5351
- `floorplan.render` - _optional_ - set this value to control whether the floor plan image (if any) is rendered or not. Note that for multi-storey spaces, all levels will have their floor plan image rendered. _Default value: false_
5452
- `floorplan.alpha` - _optional_ - is a number between 0 and 1 setting the opacity of the floor plan image, 0 being transparent and 1 opaque. _Default value: 0.5_
5553
- `floorplan.elevationInCm` - _optional_ - is a number in centimeter setting the elevation from the ground at which the floor plan image is rendered. _Default value: 2_

0 commit comments

Comments
 (0)