Skip to content

nebulae

github-actions[bot] edited this page Sep 21, 2026 · 1 revision

Variable: nebulae

Imported from @elite-dangerous-almanac/galaxy-map/nebulae.

const nebulae: NebulaSource<NebulaSet, NebulaVolumeSet>

The nebula source. Pass it as the nebulae option of createGalaxyMap and the map loads the records and the art and draws the nebulae.

The map calls loadSet and loadVolumes once at start and createDraw when both have arrived. The program is compiled here and not at map creation, so a map with no source compiles no nebula shader.

Clone this wiki locally