HI Serge, I'm still in two minds about this modification. The alternatively for you if I don't merge is to simply subclass from IntersectionVisitor and override the apply(PagedLOD&) method.
To merge such a change I need to understand the motivation behind it, and also to see how it might be generally useful. If its a modification that just suits one user and is something they could easily handle via a subclass then it would hardly meet the minimal and complete hurdle that should be set for all feature enhancements. Robert. On 9/10/07, Serge Lages <[EMAIL PROTECTED]> wrote: > Hi Robert, > > Here is a modification on IntersectionVisitor to control its behavior when > traversing a PagedLOD. It allows to specify if it needs to traverse all the > node or only the highest resolution child. > > If you find it too intrusive, we can find another way to do it. For example > we can modify the ReadCallback to also take the node object in parameter, > this way with a custom callback we would be able to easily return which node > we want to traverse. > > Cheers, > > -- > Serge Lages > http://www.magrathea-engine.org > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
