I'm sorry, error was in
,Qt Code:
GLUquadricObj* q = new gluNewQuadric ();To copy to clipboard, switch view to plain text mode
I have to write
Qt Code:
GLUquadricObj* q = gluNewQuadric ();To copy to clipboard, switch view to plain text mode
Bookmarks