Picking a point?

Started by
2 comments, last by HellRiZZer 22 years, 5 months ago
Hello, The question is, how do I pick a point in OpenGL, e.g if I got approx. 100 points or more, how do I pick the one I click on? Thanks.
Advertisement
check the faq at www.opengl.org.
selection buffer
I know how to use Selection buffer, but its limit I suppose is 64 max objects, while I got 100+ points. And also, are points are just the quads?
theres no limit (ive used it for over 3 million objects at once) there a limit to how far u can push/pop but no limit to how many u can load glLoadName(..)

This topic is closed to new replies.

Advertisement