Added support for reading from RGBA source textures

This commit is contained in:
Robert Osfield
2005-05-02 13:00:17 +00:00
parent b85d4d4e7e
commit 991feca6cc
2 changed files with 55 additions and 44 deletions

View File

@@ -760,6 +760,7 @@ class OSGTERRAIN_EXPORT DataSet : public osg::Referenced
unsigned int _level;
unsigned int _tileX;
unsigned int _tileY;
GLenum _pixelFormat;
struct ImageData
{