Added support s/getImage(uint i) and getNumImages().

This commit is contained in:
Robert Osfield
2004-07-27 10:11:45 +00:00
parent a4f93740d1
commit bb5576bef8
14 changed files with 91 additions and 35 deletions

View File

@@ -27,6 +27,8 @@ using namespace std;
Image::Image()
{
setDataVariance(STATIC);
_fileName = "";
_s = _t = _r = 0;
_internalTextureFormat = 0;