Struggling to understand Open GL. As I understand it so far, I can create things using glBegin/glEnd sequences where the argument to glBegin is a number. OK, it's argument is a name, but the DLL uses the number. There are many names already assigned numbers in the Open GL scripts for various types of things. Like GL_POLYGON is 9.
So I want to create one of my own things. How do I pick a number? Is there some number above which is safe to use? Or is it alright to use an existing number, like 9, as long as I don't use GL_POLYGON in my drawing? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
