Inheritance diagram for osgUtil::Optimizer::TextureAtlasBuilder::Source:
Public Member Functions | |
Source () | |
Source (const osg::Image *image) | |
Source (const osg::Texture2D *texture) | |
bool | suitableForAtlas (unsigned int maximumAtlasWidth, unsigned int maximumAtlasHeight, unsigned int margin) |
osg::Matrix | computeTextureMatrix () const |
Public Attributes | |
unsigned int | _x |
unsigned int | _y |
Atlas * | _atlas |
osg::ref_ptr< const osg::Image > | _image |
osg::ref_ptr< const osg::Texture2D > | _texture |
Protected Member Functions | |
virtual | ~Source () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|