Triangle rendering problem in directX

Posted by Himadri on Stack Overflow See other posts from Stack Overflow or by Himadri
Published on 2010-05-08T04:42:35Z Indexed on 2010/05/08 4:48 UTC
Read the original article Hit count: 238

Filed under:
|

I am working with directX 9. I have a problem while rendering triangles using drawprimitive.
The problem is - When I am rendering the whole object made of several triangles, the triangle having all points on a single line shows gap in a whole closed object. I am showing the image below. The white dashed line is the problem.

alt text

© Stack Overflow or respective owner

Related posts about directx

Related posts about rendering