Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies the position and orientation of the scene camera. Note that this is always in global ECEF coordinates, irrespective of the coordinate system of the project.

It is therefore unlikely that you would directly manipulate the values within this object. You should treat this as an opaque object that you can save and restore. If you need to set the camera to a specific location, consider using one of the SceneAPI helper functions instead. You should treat this as an opaque object that you can save and restore.

Hierarchy

  • ICameraData

Index

Properties

Optional fov

fov: number

heading

heading: number

Optional height

height: number

Optional latitude

latitude: number

Optional longitude

longitude: number

Optional orthographic

orthographic: IOrthographicOptions

pitch

pitch: number

position

position: Cartesian3

roll

roll: number