Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GotoRADecZoomParams

The parameters for the WWTEngineVuexModule.gotoRADecZoom action.

Hierarchy

  • GotoRADecZoomParams

Index

Properties

decRad

decRad: number

The declination to go to, in radians.

instant

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

raRad: number

The right ascension to go to, in radians.

Optional rollRad

rollRad: number

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

zoomDeg

zoomDeg: number

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

Generated using TypeDoc