jxruan
08-29-2001, 09:05 AM
Are the gluNewQuadric and gluDeleteQuadric rendering-context-dependent? Should them be called only after wglMakeCurrent(*, *)?
Moreover, can one GLUquadricObj be used to render many different objects,such as
gluSphere(ob, ...);
gluCylinder(ob, ...); //'ob' is the same
Thx
[This message has been edited by jxruan (edited 08-29-2001).]
Moreover, can one GLUquadricObj be used to render many different objects,such as
gluSphere(ob, ...);
gluCylinder(ob, ...); //'ob' is the same
Thx
[This message has been edited by jxruan (edited 08-29-2001).]