Star question

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
McWgogs
Posts: 8
Joined: 30.09.2004
With us: 19 years 11 months

Star question

Post #1by McWgogs » 01.10.2004, 07:48

How to make custom stars?
please show me an example

Avatar
selden
Developer
Posts: 10190
Joined: 04.09.2002
With us: 22 years
Location: NY, USA

Post #2by selden » 01.10.2004, 13:11

Create an STC file and put it in the \extras\ folder

Please read http://www.lepp.cornell.edu/~seb/celestia/addon-intro.html

Code: Select all

500000 "Intro" {
   RA  98.0       # RA in fractional degrees
   Dec  5.04      # Declination in fractional degrees
   Distance  5500  # distance in LightYears
   SpectralType "G0"
   AppMag 15
}
Selden


Return to “Development”