Xcode warns me that gluNewQuadric()
is deprecated. What should I be using instead? I've looked all over and haven't found any suggestions.
Also, if it's worth anything, I was planning on using gluSphere()
, which apparently is also deprecated, so I'm looking for a solution to replace that. I really don't want to use glutSolidSphere()
.