On Thu, Aug 7, 2008 at 2:10 PM, Jean-Sébastien Guay <[EMAIL PROTECTED]> wrote: > As for GL_SELECTION, I don't know why it's not offered as an alternative in > OSG, but I'm sure there's a good reason.
GL_SELECTION is a really poor way to do picking, it requires a round trip to the graphics card which would blow away the performance completely. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

