Adding an Atmosphere to a Fictional Planet
Posted: 07.01.2020, 11:23
Hi guys,
I'm currently making my own model of the Trappist 1 system. I've successfully created the red dwarf star and the planets and given each planet its own unique texture map. However, while researching the system, I've found that the closest planet to the star has a very hot atmosphere, so I want to add that to my system. I don't want to just wrap the planet in a plain texture wrap to indicate the atmosphere, I'm hoping to add an atmosphere to the planet itself so that it can be added/removed just like Venus' one can in our Solar System.
I've looked around online and I haven't been able to find out how to do this. I've been using Seldon Ball's excellent guide to making add-ons (https://www.classe.cornell.edu/~seb/celestia/addon-intro.html#A.1) but he doesn't mention adding an atmosphere to the planets and I haven't been able to find out how to do it anywhere else.
Any help or advice anyone could offered would be hugely appreciated.
Also, I know the planets are tidally locked in the Trappist 1 system, and I haven't been able to find how to do that either, so if anyone could give me a few pointers on that, it would be greatly appreciated also!!)
Here's my current code for planet "b", in case it's needed.
I'm currently making my own model of the Trappist 1 system. I've successfully created the red dwarf star and the planets and given each planet its own unique texture map. However, while researching the system, I've found that the closest planet to the star has a very hot atmosphere, so I want to add that to my system. I don't want to just wrap the planet in a plain texture wrap to indicate the atmosphere, I'm hoping to add an atmosphere to the planet itself so that it can be added/removed just like Venus' one can in our Solar System.
I've looked around online and I haven't been able to find out how to do this. I've been using Seldon Ball's excellent guide to making add-ons (https://www.classe.cornell.edu/~seb/celestia/addon-intro.html#A.1) but he doesn't mention adding an atmosphere to the planets and I haven't been able to find out how to do it anywhere else.
Any help or advice anyone could offered would be hugely appreciated.
Also, I know the planets are tidally locked in the Trappist 1 system, and I haven't been able to find how to do that either, so if anyone could give me a few pointers on that, it would be greatly appreciated also!!)
Here's my current code for planet "b", in case it's needed.
Code: Select all
"b" "Trappist1" {
Texture "planetb.jpg" # name of surface texture image file
Radius 7141.9 # equatorial raduius in kilometers
EllipticalOrbit
{ Period 0.004 # length of year in Earth years
SemiMajorAxis 0.0115 # radius of orbit: multiple of Earth orbit size
}
}