I have a set of coordinates ( 10 of them ) that forms a star-shape. When I use GL.glBegin(GL_LINE_STRIP ), the lines show up as a star-shape ( as expected ) but not filled. When I try to use GL_POLYGON, I see that the first coordinate and the last coordinate dont complete. Rather polygon 1-2-3 get filled and then the rest are filled correctly.
Any ideas ?
Thanks
– pady