Added ImageSequence to .ive plugin, added support for multiple ImageThreads in osgDB::ImagePager
This commit is contained in:
@@ -105,6 +105,11 @@ class OSG_EXPORT ImageSequence : public ImageStream
|
||||
Images _images;
|
||||
Images::iterator _imageIterator;
|
||||
double _imageIteratorTime;
|
||||
|
||||
typedef std::pair< std::string, osg::ref_ptr<osg::Image> > FileNameImagePair;
|
||||
typedef std::list< FileNameImagePair > FileNameImageList;
|
||||
|
||||
FileNameImageList _filesRequested;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user