Create a zero orbit planet
Posted: 09.08.2005, 00:53
I want to create a zero orbit planet with a large atmosphere to add haze around a 3ds object I built. I searched the forums for a while till I was sufficiently frustrated.
Can someone give me a clue...
Code: Select all
"Fake" "hol1"
{
HazeColor [ .5 .3 .41 ]
HazeDensity 0.45
Radius 50
Oblateness 0.69
Atmosphere {
Height 30000000
Lower [ 0.8 0.6 0.6 ]
Upper [ 0.7 0.3 0.3 ]
Sky [ 0.83 0.75 0.65 ]
}
EllipticalOrbit
{
Period 9E12
SemiMajorAxis 1E-12
}
RotationPeriod 0.10}
Can someone give me a clue...