This is the inaugural question on the new OpenGL forum (woohoo) hopefully it is not too obscure or confusing :)
I am having some trouble with OpenGL type conversions (maybe?)
it seems that glunewquadric returns an integer:
quadric = gluNewQuadric()
yet the quadric needs a byte pointer.
gluSphere(Qudric Ptr,radius,stacks,slices)
I am having some trouble with OpenGL type conversions (maybe?)
it seems that glunewquadric returns an integer:
quadric = gluNewQuadric()
yet the quadric needs a byte pointer.
gluSphere(Qudric Ptr,radius,stacks,slices)