Belatedly I think I just now understood your question about winding. To draw a circular disc polygon using a GL_TRIANGLE_STRIP, take the vertices around the circumference numbered like a clock face, from 1 to 12.
Draw the triangle strip in the order: 12, 1, 11, 2, 10, 3, 9, 4, 8, 5, 7, 6 Is that what you were asking? On Nov 14, 11:59 pm, Vaibhav.bhawsar <[EMAIL PROTECTED]> wrote: > Hi, > Since i cannot use GL_TRIANGLE_FAN or GL_POLYGON in > pyglet.graphics.vertex_list, what would be a good mode to use to draw > a circle? I am not sure what the winding might be to draw a circle if > i used a GL_TRIANGLE_STRIP > > thanks! > > -- > Vaibhav Bhawsar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
