Main Page | Report this Page
Computers Forum Index  »  Computer - Graphics - API (Opengl)  »  GLU_NURBS_MODE...
Page 1 of 1    

GLU_NURBS_MODE...

Author Message
aldrich...
Posted: Sat Oct 17, 2009 1:17 pm
Guest
when I comiple a opengl program with g++(patched with mingw), it said
GLU_NURBS_MODE and GLU_NURBS_TESSELLATOR are not defined, while
GLU_OUTLINE_POLYGON and GLU_DISPLAY_MODE are ok. if I comment out
GLU_NURBS_MODE and GLU_NURBS_TESSELLATOR related code, the programe
can work normally, why? did I forget to include certain header files?
in my program the glut.h and windows.h are included.
 
Andy V...
Posted: Sun Oct 18, 2009 12:07 am
Guest
On Oct 17, 9:17 am, aldrich <hps... at (no spam) gmail.com> wrote:
Quote:
when I comiple a opengl program with g++(patched with mingw), it said
GLU_NURBS_MODE and GLU_NURBS_TESSELLATOR are not defined, while
GLU_OUTLINE_POLYGON and GLU_DISPLAY_MODE are ok. if I comment out
GLU_NURBS_MODE and GLU_NURBS_TESSELLATOR related code, the programe
can work normally, why? did I forget to include certain header files?
in my program the glut.h and windows.h are included.

GLU_NURBS_MODE and GLU_NURBS_TESSELLATOR were added in GLU 1.3. What
version do you have?

--
Andy V
 
 
Page 1 of 1    
All times are GMT
The time now is Sun Nov 29, 2009 7:32 pm