Skip to main content

Interface: PointOfView

viewer.PointOfView

interface PointOfView

Interface that represents the point of view of the viewer.

Properties#

bearing#

• bearing: number

Value indicating the current bearing of the viewer measured in degrees clockwise with respect to north. Ranges from 0° to 360°.

Defined in#

viewer/interfaces/PointOfView.ts:12


tilt#

• tilt: number

The camera tilt in degrees, relative to a horizontal plane. Ranges from 90° (directly upwards) to -90° (directly downwards).

Defined in#

viewer/interfaces/PointOfView.ts:18