Venus Mie/Rayleigh Atmosphere
Posted: 05.06.2010, 00:26
Earlier this week, I was attempting to render Venus' atmosphere using the OpenGL 2.0 atmosphere code, and I made it using trial and error. I tried to replicate what I could remember about the venus surface pictures I saw a while back.
This is the result:

Venus with clouds.

Venus without clouds.

Venus surface with clouds.

Venus surface without clouds.
This is the code.
Of course, input is appreciated, and I'm sure there could be improvements made to this code. I'm open to any changes that might need to be made.
This is the result:

Venus with clouds.

Venus without clouds.

Venus surface with clouds.

Venus surface without clouds.
This is the code.
Code: Select all
Modify "Venus" "Sol" {
Atmosphere {
Mie 0.001
MieAsymmetry -0.30
Rayleigh [ 0.005 0.004 0.001 ]
Absorption [ 0.0000 0.009 0.02 ]
MieScaleHeight 20
}
}
Of course, input is appreciated, and I'm sure there could be improvements made to this code. I'm open to any changes that might need to be made.