Page 1 of 1
[Deferred] Rings and OOlite 1.79
Posted: Sun Dec 01, 2013 5:58 pm
by V12
I observed bad rendering of the planetary rings. On the pictures is Ondira (G7) :
bad render :
some close distance again bad :
and closer to the planet is OK :

Re: Rings and OOlite 1.79
Posted: Sun Dec 01, 2013 6:11 pm
by cim
Thanks
The rings - because they're so large - have to duplicate in the shader work normally done by your graphics card's z-buffer, or else they appear like the first picture. In Oolite 1.79 the way that the camera is set up has changed, and because the shader does so much odd stuff, that affects it - you can see in the second picture the shader trying to hide the bits of the rings you can't see, but it hiding the wrong bits because the camera isn't where the shader thinks it is.
It's on my list of things to fix.