Hi Nick, On Wed, Jan 6, 2010 at 10:01 AM, Trajce Nikolov <[email protected]> wrote: > What is the purpose of this method. When it is called? I tried to implement > it in ImageStream but it is never been called? Any hints?
It's used by the osg::ImageSequence subclass from ImageStream, but most ImageStream subclasses don't use this as they have their own threads for reading. ImageSequence by contrast uses an external thread (the osgDB::ImagePager) to do reading. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

