Apparently, when modifying a pre-existing object, using the Modify declaration, that already has a Mie atmosphere, using new atmosphere values, instead of replacing the previous atmosphere, Celestia combines the atmosphere values of BOTH the original AND the new atmosphere.
I decided to add my Mie atmosphere code for Venus to the solarsys.ssc file in the main data folder, and activated the Terraformed Venus addon by rthorvald, in the extras directory, and got this:
Here's the Mie atmosphere I created for Venus in solarsys.ssc in the data folder:
Code: Select all
Mie 0.002
MieAsymmetry -0.33
Rayleigh [ 0.014921875 0.012734375 0.002625 ]
Absorption [ 0.00 0.018609375 0.03953125 ]
MieScaleHeight 20.0
And the Mie atmosphere for the terraformed venus addon in the extras folder:
Code: Select all
Mie 0.001
MieAsymmetry -0.25
Rayleigh [ 0.001 0.0025 0.006 ]
MieScaleHeight 12
Thoughts?