On Sat, Feb 28, 2009 at 1:16 PM, bforrester <[email protected]> wrote: > > Ha!!!! I feel really stupid now!!! Right out of the Red Book: > > "Each vertex also has a surface normal" > > errr.. well this is how I learn I suppose. > > So I assume that the normal for each vertex should be the mean of the > norms of the faces the vertex is associated with?
That will give you an approximation of a smooth surface; alternatively you can use the same normal for all vertices on a face for a faceted look (as you did with immediate mode). Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
