Hi Robert my lowerlod has 5..10 and higherlod has 0..5. Here I don't see an overlap.
Your are right in case of my extralod which was 0..11. I removed it but and the problem persists. The only possible overlap may be in case o the value of 5, but based the code the distance is evaluated as: (min <= distance <max) which from my opinion means that the value "5" is not overlapping. Vaclav On 06/14/2011 02:33 PM, Robert Osfield wrote: > Hi Vaclav, > > On Tue, Jun 14, 2011 at 1:12 PM, Vaclav Bilek <[email protected]> wrote: >> However when the lower child is present (visible), the higher child goes >> for a moment into the scene and this makes jitter (two scenes at same >> place overlapping) and may unnecessarily decrease performance. Is this >> correct or I still do something wrong. I rearranged the scene to have >> only lowerlod and higherlod and I still see short 'blink' of the >> higherlod when it gets first time traversed. > You shouldn't have two PageLOD children with overlapping ranges, try > removing this > overlap. > > Robert. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

