GLUquadricObj use question

Hi,

I was wondering if someone could give an example where you would need to create multiple GLUquadricObjs vs. when you would only need to create a single GLUquadricObj?

Thanks a lot.

Originally posted by cg-hci_novice:
[b]Hi,

I was wondering if someone could give an example where you would need to create multiple GLUquadricObjs vs. when you would only need to create a single GLUquadricObj?

Thanks a lot.[/b]

So far as I’ve been able to learn (which is not a great deal right now!), I don’t think there’s a need for creating multiple quadrics unless you’re partitioning your code in some way… if you can create a display list, create your quadric, then create draw your objects, delete your quadric and end the list, you’re looking good.