28 Nov
2004
28 Nov
'04
9:59 p.m.
At 12:09 PM 11/28/04 -0700, Lee Skinner wrote:
What's weird about this one is that the bottom part of the planet's "rings" disappears when drawn at the higher resolution of 1600x1200, instead of being drawn sharper!
You are probably using passes=g. What's happening is that the first coarse pass is probably missing the thin line and assuming that nothing is there on the subsequent passes. Try rendering the image with passes=t, or if that fails, passes=1. Jim M.