Low priority: (1.2.5pre7) Ring texture ignored
Posted: 24.11.2002, 22:08
If the central object has no surface texture defined, then the ring texture is ignored. Instead they're drawn as a solid, opaque object.
This SSC code
generates this object:
This SSC code
Code: Select all
"Rings" "Sol"
{
Radius 60000
EllipticalOrbit
{
Period 1.2
SemiMajorAxis 1.5371
}
Albedo 0.50
Rings {
Inner 74658
Outer 100000
Texture "saturn-rings.png"
Color [ 1.0 0.88 0.82 ]
}
}
generates this object: