Reverse Rendering capabilitites?

I hope that I can explain myself. I need to be able to access data that links a pixel on the rendered image to the vertex in the 3D model from which it was rendered. Is there anything in mesa that could do that?

Try picking render mode, or gluProject/gluUnproject.

Could someone point me to some documentation on gluUnProject, all I have is an OpenGL reference guide.

You can find the GLU specification on opengl.org.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.