Interface GotoRADecZoomParams

The parameters for the {engineStore.gotoRADecZoom action.

Hierarchy

  • GotoRADecZoomParams

Properties

decRad: number

The declination to go to, in radians.

instant: boolean

Whether the view should navigate instantly or pan smoothly.

Smooth panning is generally preferable from a UX perspective because it gives the engine time to download any data files that it may need to render the view.

raRad: number

The right ascension to go to, in radians.

rollRad?: number

Optional: The target roll of the camera, in radians.

zoomDeg: number

The zoom level to go to, in degrees. This is the final angular height of the WWT viewport.

Generated using TypeDoc