The StarSystemDatabase defines the content of the universe. It is responsible for generating star system models and system positions in the galaxy.

Constructors

Methods

  • Parameters

    • starSectorX: number
    • starSectorY: number
    • starSectorZ: number
    • index: number

      The index of the generated system in the star sector.

    Returns StarSystemCoordinates

    The system coordinates of the system generated given the seed.

  • Parameters

    • sectorX: number
    • sectorY: number
    • sectorZ: number

    Returns Vector3[]

    The positions of all systems in the given star sector in galactic space.