Thanks,

You could use the osg::Registry object cache for the subgraphs you've loaded.

Thanks, We will try to do this. We will call readNodeFile with CACHE_ALL in options.

Cheers,
Wojtek

Robert.

On Wed, Sep 24, 2008 at 11:45 AM, Wojciech Lewandowski
<[EMAIL PROTECTED]> wrote:
Hi Everyone,

I have quick question. We have added simple ReadCallback to
osg::IntersectionVisitor to enforce loading of highest PAgedLODs from our
terrain.
We simply call osgDB::readNodeFile( PageLOD_file ). Intersection works, but it looks like these files are not stored in any cache nor they are actually attached to parent PagedLOD. Is there a way we can add them to DatabasePager
loaded model list to avoid further loads of the same file ?

Cheers,
Wojtek

_______________________________________________
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

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to