[osg-users] IntersectionVisitor and PagedLODs - falling back on lower resolution

2008-06-05 Thread Glenn Waldron
Hi everyone, I'm using an IntersectionVisitor with a PagedLOD database, employing a ReadCallback to allow the intersector to traverse the paged nodes. I discovered that if the visitor is unable (for any reason) to load a subtile via the ReadCallback, the intersection fails. However, I had the

Re: [osg-users] IntersectionVisitor and PagedLODs - falling back on lower resolution

2008-06-05 Thread Robert Osfield
Hi Glenn, The IntersectionVisitor::accept(PagedLOD) should fallback to a lower res child when one is not available. If you've gone ahead and implemented this missing code then please post it to osg-submissions so I can review it. Cheers, Robert. On Thu, Jun 5, 2008 at 1:56 PM, Glenn Waldron