Hi Nick, On 1 March 2013 10:36, Trajce Nikolov NICK <[email protected]> wrote: > I am working with txp database and using shaders per nodes in the scene so I > come with a need to inject a NodeVisitor when a portion of a database is > paged in. Any hints for this? Robert?
The easist way to manage doing special operations on the loading scene graph is to use an osgDB::Registry::ReadFileCallback that allows to you to interecept the read call do the read operation then post process the loaded scene graph before you pass it back. This works for all read operations including the database pager. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

