Quadric Question

Started by
0 comments, last by khalligan 20 years ago
Hi, I was just wondering is there a way to get back the vertices created by a call to render a quadric like a sphere, after its drawn. I cant seem to find any one OpenGL function to help me do this, I tried the glGet* functions but they were no help. Does anyone have a clue how to do this, Thanks, Keith
Advertisement
You can use the feedback render mode. Look up glFeedbackBuffer and glRenderMode.

This topic is closed to new replies.

Advertisement