GluNewQuadric () is deprecated. What should I use instead?

Xcode is warning me that it is gluNewQuadric()

deprecated. What should I use instead? I looked through everything and didn't find any suggestions.

Also, if it's worth it, I was planning on using gluSphere()

, which seems to be deprecated as well, so I'm looking for a solution to replace it. I really don't want to use glutSolidSphere()

.

+3


source to share





All Articles