c++ - Qt and OpenGL: How do we use glu* functions when using QOpenGLFunctions? -
i trying feet wet both opengl , qt (5.6) simultaneously , ran problem. code in c++ on windows if matters.
how use glu* functions (say glucylinder) when using qopenglwidget qopenglfunctions? can program compile if include <gl/glu.h>, invoke global gl* opengl functions (from gl/gl.h) , not of qopenglfunctions.
Comments
Post a Comment