Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxen committed May 1, 2024
1 parent ee17371 commit 0dce3ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
globalThis.SATSIM_VERSION = "0.5.0-alpha"
globalThis.SATSIM_VERSION = "0.6.0-alpha"

export { default as Universe } from './engine/Universe.js'

Expand Down Expand Up @@ -29,6 +29,8 @@ export { default as InfoBox } from './widgets/InfoBox.js'
export { default as Toolbar } from './widgets/Toolbar.js'
export { createViewer, mixinViewer } from './widgets/Viewer.js'

export { fetchTle } from './io/tle.js'
export { fetchTle, parseTle } from './io/tle.js'
export { southEastZenithToAzEl, spaceBasedToAzEl } from './engine/dynamics/gimbal.js'
export { getVisibility } from './engine/geometry/visibility.js'
export { getVisibility } from './engine/geometry/visibility.js'

export { applyIau2006XysDataPatch } from './engine/cesium/Iau2006XysDataLocal.js'

0 comments on commit 0dce3ea

Please sign in to comment.