Hi Friends,
Using the gluUnProject, i'm get the object(Ex:A Simple Polygon) position while mouse click. Its perfect
My Problem is if any other object like sphere or cyliner or even a line is infront of the Polygon object means it returns the position of object which is infront of the quad object. But I need whatever object infront of the Polygon, it should return the position of the Polygon.....Is it Possible....?