Added cross indexes for HD and SAO catalogs.

This commit is contained in:
Chris Laurel 2004-09-09 07:30:17 +00:00
parent c2c9898aa7
commit e63fc443bc
3 changed files with 4 additions and 2 deletions

View file

@ -28,7 +28,9 @@ Configuration
#------------------------------------------------------------------------
StarDatabase "data/stars.dat"
StarNameDatabase "data/starnames.dat"
StarCatalogCrossReferences [ "data/hdxref.dat" ]
HDCrossIndex "data/hdxindex.dat"
SAOCrossIndex "data/saoxindex.dat"
GlieseCrossIndex "data/gliesexindex.dat"
SolarSystemCatalogs [ "data/solarsys.ssc"
"data/asteroids.ssc"
"data/comets.ssc"
@ -238,7 +240,7 @@ Configuration
# rings, but it will decrease the amount of memory available for
# planet textures.
#------------------------------------------------------------------------
OrbitPathSamplePoints 150
OrbitPathSamplePoints 100
RingSystemSections 100
ShadowTextureSize 256

BIN
data/hdxindex.dat Normal file

Binary file not shown.

BIN
data/saoxindex.dat Normal file

Binary file not shown.