Low priority: (1.2.5pre7) Ring texture ignored

Report bugs, bug fixes and workarounds here.
Avatar
Topic author
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Low priority: (1.2.5pre7) Ring texture ignored

Post #1by selden » 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

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:
Image
Selden

Return to “Bugs”