jfleong
11-06-2008, 07:49 PM
Hey all,
I just started learning openGL for an application that I am working on. My task is to draw a polygon that can be:
1. outlined
2. filled
3. texture filled
The outlined polygon is simple with the primType GL_LINE_STRIP. When i try to draw things of the GL_POLYGON primType my object does not render correctly at all. Any suggestions to why this is happenening?
Thanks,
jfleong
I just started learning openGL for an application that I am working on. My task is to draw a polygon that can be:
1. outlined
2. filled
3. texture filled
The outlined polygon is simple with the primType GL_LINE_STRIP. When i try to draw things of the GL_POLYGON primType my object does not render correctly at all. Any suggestions to why this is happenening?
Thanks,
jfleong