From: Scott M. <mcm...@ca...> - 2001-07-11 21:34:57
|
I am having trouble with glDrawRangeElements (again) with version 3.5. The attached test program renders three GL_POLYGONs. By pressing 'v' it cycles through using glVertex3f (the initial mode), glDrawRangeElements, and glDrawElements. There is a problem with the glDrawRangeElements. This leads me to my second question. glDrawRangeElements was either broken or did not exist (I cannot remember which) in version 3.1 or earlier. I used to use MESA_MAJOR_VERSION and MESA_MINOR_VERSION to determine what I was working with. These seem to be gone now, and I was wondering if this was temporary or if I am supposed to be using one of the many replacements: XMESA_MAJOR_VERSION, OSMESA_MAJOR_VERSION, etc... -- Scott McMillan mailto:mcm...@ca... Cambridge Research Associates http://www.cambridge.com 1430 Spring Hill Road, Ste. 200 Voice: (703) 790-0505 x7235 McLean, VA 22102 Fax: (703) 790-0370 |