I think I understand the context of what that post meant...
The thing is.. the menu seems to expose it.. and it seems to be exposed the most on specifically the first map of Doom2... now I definately understand what I'm seeing in Plutonia.. but that's that map.. for this bug, the menu exposes it.. staying in one location for an extended period of time doesn't cause it.. just open the menu around that location exposes it... heck, even starting a new game on that map exposes it.. but one move.. even a slight movement of the mouse hides it...
The Doomsday port has no problems with OpenGL... the worst port that exhibits this problem (Vavoom is on par or slightly worse than GZDoom) is Doom Legacy... it's worse there... but whatever I guess...
That's because the translucent effect of the menu draws over the holes in the geometry and makes them visible.
What grahpics card and driver is this? Modern cards should be good enough so these spots never show. I must have played hundreds of maps an´d so far have discovered only one that shows this problem in one single spot with highly complex geometry on my Geforce 6800 (and on my old GF5900 it was the same.)
I could fix the holes - but only at the cost of a significant performance hit on larger maps. I am rendering complete linedefs. When rendering segs this problem will go away but it'd require some significant overhead because the amount of polygons is increased.
Personally, I can live with it, but comparing this with Doomsday (I don't know how it deals with this kind of problem).. perhaps it should be implemented (assuming you want to).
It's impossible to use GZDoom for me because of white points. They everywhere. They always. To see them it's not necessary to use the Main Menu. It very strongly reminds of a crappy rendering in Legacy. I have a question. Why there are no these points in glboom for example? From all games which I saw these points are present *only* in Legacy and GZDoom.
If you're seeing them in a level that you're making, and said level is indoors and doesn't require the sky, try this: Import a completely black texture, and set it as the sky. Cause the sky is what's showing through the geometry. If it's someone elses levels... Then I have no clue.
Yes, you are right. Points do not appear with completely black sky. I have tried gl_draw_skyboxes=false. I thought in this case GZDoom will draw the sky in the same way as glboom (for each line from sector instead of an once). But it has no effect.
What kind of graphics card do you have?
If white dots appear with gl_render_segs = true there has to be a problem. These happen when the geometry is not 100% seamless. This can happen on borders between flats and walls when you don't render them as segs. This also happens between walls that don't match exactly at both floor and ceiling
The reason why you don't see the problem in PrBoom is because PrBoom renders the sky differently. I could change the sky rendering so that it only fills the parts of the map where it is supposed to be but that would mean a slight performance degradation and it'd only work with modern cards that support a stencil buffer.