Re: [osg-users] LOD Culling issue

2010-08-04 Thread Vincent Bourdier
Hi Robert, Thanks a lot for this answer, I tried and this fix my issue :) Regards, Vincent. Le 16/07/2010 10:50, Robert Osfield a écrit : Hi Vincent, Do you mean that I have to initialize the Bounding Sphere of the PagedLOD node when I create it ? because I didn't found any special m

Re: [osg-users] LOD Culling issue

2010-07-16 Thread Robert Osfield
Hi Vincent, > Do you mean that I have to initialize the Bounding Sphere of the PagedLOD > node when I create it ? because I didn't found any special method in LOD or > PagedLOD about that. You obviously didn't look hard enough... in the LOD header you'll find: /** Modes which control ho

Re: [osg-users] LOD Culling issue

2010-07-15 Thread Vincent Bourdier
Hi Robert, Thanks for your answer. Do you mean that I have to initialize the Bounding Sphere of the PagedLOD node when I create it ? because I didn't found any special method in LOD or PagedLOD about that. Thanks. Regards, Vincent. Le 10/07/2010 11:32, Robert Osfield a écrit : Hi Vince

Re: [osg-users] LOD Culling issue

2010-07-10 Thread Robert Osfield
Hi Vincent, If a PagedLOD is not being visited then it'll likely be because it's being view frustum culled or culled by an LOD above it. Not setting up the bounding volume of the PagedLOD correctly would be a likely candidate for this happening inappropriately. Robert. On Fri, Jul 9, 2010 at 1:

[osg-users] LOD Culling issue

2010-07-08 Thread Vincent Bourdier
Hi all, Still having issues with PagedLOD... >_< My scene is composed by PagedLOD only at start-up. All is good, the files are loaded and the geometry are displayed. But when, before launching the render loop, I add a little geometry (not a pagedLOD, just a simple little sphere) in my scene,