Re: [osg-users] CombineLODsVisitor

2007-11-09 Thread Paul Martz
> To: OpenSceneGraph Users > Subject: Re: [osg-users] CombineLODsVisitor > > Hi Paul, > > You've misread the code, if its a not a PageLOD then it's > handled, but if it is a PagedLOD then its ignored. Have a > re-read through the if statement, I think a habit of

Re: [osg-users] CombineLODsVisitor

2007-11-09 Thread Robert Osfield
Hi Paul, You've misread the code, if its a not a PageLOD then it's handled, but if it is a PagedLOD then its ignored. Have a re-read through the if statement, I think a habit of interpreting certain style of code and certain way has tripped you up. Robert. On Nov 8, 2007 6:29 PM, Paul Martz <[E

[osg-users] CombineLODsVisitor

2007-11-08 Thread Paul Martz
Hi Robert -- I'm confused by the CombineLODsVisitor at Optimizer.cpp line 1498. The apply(LOD&) method doesn't do anything unless the LOD is a PagedLOD. Not sure why the code is written this way. The combineLODs() method doesn't appear to be PagedLOD-specific, in fact there's nothing about this a