HI Brad, On 21 January 2012 15:48, Brad Colbert <[email protected]> wrote: > I'm sure this has been asked a few times but is there a way to be notified > when a tile for a VPB database is paged in? We have some dynamically loaded > buildings that we would like to re-clamp as the tile underneath pages.
There isn't a specific page in callback, but you can use a osgDB::ReadFileCallback attached to the osgDB::Registry to intercept the read calls and keep track of when the objects are loaded in. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

