Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In my qt5 code I've included <QtOpenGL> module and I would like to declare a GLUnurbsObj object but Qt Creator does not recognize it. Is glu.h included in QtOpenGL module? Thanks in advance!
No. Just #include it yourself.
As far as I can see there is nothing in Qt that would pull in glu.h. So you need to include it yourself.
ok thank you! it works!