1 #ifndef OPENMW_COMPONENTS_RESOURCE_IMAGEMANAGER_H
2 #define OPENMW_COMPONENTS_RESOURCE_IMAGEMANAGER_H
9 #include <osg/Texture2D>
31 osg::ref_ptr<osg::Image>
getImage(
const std::string& filename);
osg::ref_ptr< osgDB::Options > mOptions
Definition: imagemanager.hpp:37
void operator=(const ImageManager &)
Handles loading/caching of Images.
Definition: imagemanager.hpp:23
~ImageManager()
Definition: imagemanager.cpp:53
osg::Image * getWarningImage()
Definition: imagemanager.cpp:139
osg::ref_ptr< osg::Image > getImage(const std::string &filename)
Definition: imagemanager.cpp:84
ImageManager(const VFS::Manager *vfs)
Definition: imagemanager.cpp:46
The main class responsible for loading files from a virtual file system.
Definition: manager.hpp:20
Base class for managers that require a virtual file system and object cache.
Definition: resourcemanager.hpp:17
osg::ref_ptr< osg::Image > mWarningImage
Definition: imagemanager.hpp:36