Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/api-reference/space/custom-ux.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ interface SpaceRenderOptions {
objects?: boolean;
annotations?: boolean;
compass?: boolean;
skybox?: boolean;
floorplan?: {
render?: boolean;
alpha?: number;
Expand All @@ -49,7 +48,6 @@ interface SpaceRenderOptions {
- `objects` - _optional_ - set this value to control whether the equipment (furniture, machinery, etc., if any) are rendered or not. _Default value: true_
- `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)_
- `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)_
- `skybox` - _optional_ - set this value to control whether the skybox is rendered or not. _Default value: false_
- `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_
- `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_
- `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_
Expand Down