Re: [osg-users] PagedLOD issue using an external render loop

2009-12-07 Thread Vincent Bourdier
Hi Robert, I ever tried to set the notify level... in C++ only, the logs notify me that the databasePager is loading the pagedLOD. In Java, there are no logs about any loading... Seems that the LOD do not work at all on Java... I don't see the default child on loading the scene... I'll add

Re: [osg-users] PagedLOD issue using an external render loop

2009-12-07 Thread Robert Osfield
Hi Vincent, On Mon, Dec 7, 2009 at 8:07 AM, Vincent Bourdier vincent.bourd...@gmail.com wrote: I ever tried to set the notify level... in C++ only, the logs notify me that the databasePager is loading the pagedLOD. In Java, there are no logs about any loading...  Seems that the LOD do not

Re: [osg-users] PagedLOD issue using an external render loop

2009-12-07 Thread Vincent Bourdier
(sorry Robert, missed the reply to OSG list) Vincent Bourdier a écrit : Hi Robert, I just get more informations about the issue, and maybe you can help me now : My pagedLod is traversed by some NodeVisitor (VisitorType=NODE_VISITOR) a lot of times, but it is a nodeVisitor

Re: [osg-users] PagedLOD issue using an external render loop

2009-12-05 Thread Robert Osfield
Hi Vincent, This sounds like a Jave/C++ integration issue at your end, which is rather beyond what others in the community are likely to be able help out with. The best I can suggest is add debugging into the C++ side of your bindings to make sure it's being called correctly. Another trick