Advertisement

DisplayList and GLU functions

Started by November 26, 2002 01:36 PM
0 comments, last by Ganesan Subramaniam 22 years, 3 months ago
Hi all, Can I call gluSphere(...) within the glNewList(...) or is gluSphere() is already a compiled piece of code? Thank You. Ganny ... [edited by - Ganesan Subramaniam on November 26, 2002 2:37:46 PM]
Ganny ...
Yes, you can call gluSphere, or any of the primitives in a list. You can actually call lists (glCallList(list)) inside creating a new list, but it may not make things any faster.

This topic is closed to new replies.

Advertisement