Saturn textures
Posted: 23.10.2002, 08:17
Heres my saturn textures...
http://www.celestiaproject.net/~rassilon/saturn.zip
Use this code for those textures in solarsys.ssc:
http://www.celestiaproject.net/~rassilon/saturn.zip
Use this code for those textures in solarsys.ssc:
Code: Select all
"Saturn" "Sol"
{
Texture "saturn.png"
SpecularColor [ 0 0.4 0.45 ]
SpecularPower 20.0
Color [ 1.0 1.0 0.85 ]
HazeColor [ 0.0 0.0 0.5 ]
HazeDensity 0.75
Radius 60330
Oblateness 0.1076
Atmosphere {
# Height 1200 # Does not work well with oblateness
# Lower [ 0.5 0.5 0.65 ]
# Upper [ 0.3 0.3 0.6 ]
# Sky [ 0.3 0.6 0.9 ]
CloudHeight 200
CloudSpeed -500
CloudMap "saturn-clouds.png"
}
CustomOrbit "saturn"
EllipticalOrbit
{
Period 29.4577
SemiMajorAxis 9.5371
Eccentricity 0.0542
Inclination 2.4845
AscendingNode 113.715
LongOfPericenter 92.432
MeanLongitude 49.944
}
RotationPeriod 10.65622
Obliquity 28.052 # old value: 26.73
LongOfRotationAxis 168
Albedo 0.50
Rings {
Inner 74658
Outer 140000
Texture "saturn-rings.png"
# Bjorn Jonsson <http://www.mmedia.is/~bjj> recommends this
# color for rendering Saturn's rings. No idea if it's right,
# but it looks nice
Color [ 1.0 0.88 0.82 ]
}
}