GreatApe
08-24-2005, 01:58 AM
I've got a problem where two edges join and the vertexes are at different places on the line and I get small gaps in the seam.
http://www.greatape.com/graphics/carseam.gif
It appears to be due to the anti-aliasing effect of the jagged edges of the lines not matching up. Would I be right in thinking this is just one of those problems I have to deal with by making sure vertexes on triangles either side of the join match up?
I'm actually working on OpenGl ES on the symbian emulator if that makes any difference to the issue. Which is one reason I want to avoid adding vertexes as it's going to be running on a low powered device so I want to keep the count as low as possible.
http://www.greatape.com/graphics/carseam.gif
It appears to be due to the anti-aliasing effect of the jagged edges of the lines not matching up. Would I be right in thinking this is just one of those problems I have to deal with by making sure vertexes on triangles either side of the join match up?
I'm actually working on OpenGl ES on the symbian emulator if that makes any difference to the issue. Which is one reason I want to avoid adding vertexes as it's going to be running on a low powered device so I want to keep the count as low as possible.