Re: [osg-users] Better data loading

2016-09-13 Thread Valerian Merkling
Ok thank you for your help, I'll do this. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=68588#68588 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Better data loading

2016-09-12 Thread Robert Osfield
Hi Valerian, The PagedLOD/DatabasePager pairing is primarily written to support paging of vis-sim databases, rather than just general loading of databases in background threads. These design/implementation is quite specialized as it has to support tight performance metrics such as avoiding frame

[osg-users] Better data loading

2016-09-12 Thread Valerian Merkling
Hi, Reading this thread http://forum.openscenegraph.org/viewtopic.php?t=16128 scared me a little : I'm using a UpdateCallback to add node into my scene graph. I've no problem with it for know but my goal was to make a clean migration from openGL to OSG, so I would like to make it better. I'm