OBJECT
CameraOptions
Camera options for the starting location.
@internal
link GraphQL Schema definition
- type CameraOptions {
- # The camera's location
- : CameraLocation
- : CameraViewMode
- # Which floors are visible from the start position.
- : [ModelFloor!]
- # A list of the panos (one for each resolution) for the start position.
- : [PanoramicImage!]
- }
link Require by
This element is not required by anyone