Well, I used your planet code around the barycentered version of the system I made, and there IS something odd going on.
I used this code since I don't have your textures.
Code: Select all
"Volcanica" "HIP 85569 B" {
Texture "earth.*"
Radius 5610.000
Oblateness 0.180
Color [ 0.14 0.72 0.19 ]
BlendTexture true
Atmosphere {
Height 56.100
Lower [ 0.36 0.14 0.04 ]
Upper [ 0.20 0.41 0.52 ]
Sky [ 0.29 0.28 0.71 ]
CloudHeight 5.610
CloudSpeed 10.000
CloudMap "earth-clouds.*"
}
EllipticalOrbit {
Period 0.6758
SemiMajorAxis 0.018283870967741935483870967741935
Eccentricity 0.0000
Inclination 0.0000
MeanAnomaly 168.3022
}
Obliquity 0.000
Albedo 0.16
}
The weird thing is that it's illuminated by the blue giant, but isn't illuminated by the M star (though when the planet is lit by the giant, it looks murky and green - I think that's down to your atmosphere settings though). I had it set up so that the M is on one side and the blue star is on the other and all I saw was the illumination from the blue star.
ISTR when I was testing it when it first was implemented that Celestia interally scales the illumination when it's doing the multiple light sources, it could be that the illumination from the blue star is swamping the red star so much that it's just not showing the illumination from the latter.
In fact, I just tested it now by changing the AbsMag for the blue giant to +6.5, which makes it comparable to the M star. When I view the planet again with the M star on one side and the 'blue star (now shrunken considerably)' on the other, I CAN now see the illumination from that - it's dim though, because it's now 4 magitudes less bright than the red star.
If you set the AbsMag of the blue star to be +2.5, you'll get both stars at pretty much equal brightness when they're on opposite sides of the planet - now you'll see both sides equally illuminated. So basically, it all depends on the relative magnitudes of the stars as seen from the planet - if they're about the similar (within about 1-4 magnitudes of eachother) then you'll see some illumination from the other star. If they're much more different than that then you won't see the illumination from the dimmer star because Celestia just doesn't bother rendering that. IIRC it had something to do with simulating what the eye would actually see.
So I'm pretty certain that the illumination isn't seen from both stars in your system because the blue star is so much brighter than the red one.