claudio canepa wrote:
must be glRotatef(rtri, 0.0, 0.0, 1.0) , else you are doing a strange projection
Also, the first argument is the angle to rotate in degrees. You seem to be rotating by 0.15 degrees, which is likely to be too small to notice. Were you thinking of radians? -- Greg -- 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.
