Get VertexData of GluQuadric

Started by
0 comments, last by Brother Bob 11 years ago

Hi,

can someone tell me how i get the vertexdata (and maybe texture and normals data) from a GluQuadric without actually drawing it?
I found out something like Glutesselation should work, but i dont understand it at all. This cant be so complicated now, so maybe someone knows a simple way?
thanks for help

CapoDaster

Advertisement

Download the source code for some GLU implementation and, to the extent the license for the code allows, use the code to generate the desired vertex data. You can find one GLU implementation in the Mesa source code; clicky.

This topic is closed to new replies.

Advertisement