having difficulty using the new star textures.
My celestia.cfg data is as follows:
Code: Select all
StarTextures
{
# This texture will be used for any spectral type not listed
# in this block.
Default "astar.jpg"
O "ostar.jpg" # O -> Blue
B "bstar.jpg" # B -> White-bluish
A "astar.jpg" # A -> White
D "astar.jpg" # D -> White
F "fstar.jpg" # F -> Yellow-white
G "gstar.jpg" # G -> Yellow
K "kstar.jpg" # K -> Orange
M "rdstar.jpg" # M -> Red-orange
# carbon stars
C "mstar.jpg"
R "mstar.jpg" # former subclass of carbon star
N "mstar.jpg" # former subclass of carbon star
S "mstar.jpg" # roughly between M and C
# Wolf-Rayet stars
WC "bstar.jpg"
WN "bstar.jpg"
# brown dwarfs
L "lstar.jpg" # L -> Red
T "bdstar.jpg" # T -> Dim red
# Y -> Planet-like
# stellar remnants
WD "astar.jpg"
NeutronStar "astar.jpg"
}
The problem is that when I go to a "K" type star, I do not see the
specified kstar.jpg texture. I see, rather, a yellow star texture
which is represented with the fstar.jpg file.
What gives?