Re: [osg-users] TerraPage terrain LODs are jumping again - have LOD ranges to be sorted?

2010-09-10 Thread Martin Scheffler
Yes, that solved it! Yay! Cheers, Martin -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=31501#31501 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] TerraPage terrain LODs are jumping again - have LOD ranges to be sorted?

2010-09-08 Thread Martin Scheffler
Hi, this is a problem that was fixed some time ago but pops up again now. I have a terrapage terrain that loads fine, but every few seconds the detailed LODs are swapped against lower res ones and back again. This looks funny and bogs down the system. After poking around with a debugger the

Re: [osg-users] TerraPage terrain LODs are jumping again - have LOD ranges to be sorted?

2010-09-08 Thread Martin Scheffler
I just noticed that I only get the effect when I have long-running operations in the cull traversal. I'll try to post a replicable test scenario. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=31410#31410

Re: [osg-users] TerraPage terrain LODs are jumping again - have LOD ranges to be sorted?

2010-09-08 Thread Robert Osfield
Hi Martin, For PagedLOD nodes the children should always be ordered from lowest resolution/ furthest distance first, to highest resolution/near distance last. What you describe fits this just fine. The TerraPage plugin has extra scheme above PagedLOD that seek to hold back use of higher

Re: [osg-users] TerraPage terrain LODs are jumping again - have LOD ranges to be sorted?

2010-09-08 Thread Luc Frauciel
...@lists.openscenegraph.org 09/08/2010 02:19 PM Veuillez répondre à OpenSceneGraph Users osg-users@lists.openscenegraph.org A osg-users@lists.openscenegraph.org cc Objet Re: [osg-users] TerraPage terrain LODs are jumping again - have LOD ranges to be sorted? Hi Martin, For PagedLOD nodes