Re: [osg-users] [AKO Warning - Message fails DKIM verification] Re: Problems with osgViewer::View::computeIntersections()

2009-11-13 Thread Butler, Lee Mr CIV USA USAMC
of the extra frame() when picking. Much of my geometry stresses the rendering pass pretty hard as it is. - Original Message - From: Robert Osfield robert.osfi...@gmail.com Date: Friday, November 13, 2009 3:58 Subject: [AKO Warning - Message fails DKIM verification] Re: [osg-users] Problems

Re: [osg-users] [AKO Warning - Message fails DKIM verification] Re: Problems with osgViewer::View::computeIntersections()

2009-11-13 Thread Jean-Sébastien Guay
Hello Lee, My Speculation: During rendering, there is a cull traversal that is performed. Objects which pass this cull traversal are gathered into a set and that set of objects is rendered. This set of objects might be retained and re-used by the IntersectionVisitor or Intersector class (a