Implementation of reflections in progress

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40124
This commit is contained in:
kearwood
2012-10-06 01:43:11 +00:00
parent 586285856d
commit fcd58bb373
11 changed files with 209 additions and 126 deletions

View File

@@ -61,8 +61,7 @@ public:
void selectTexture(int iTextureUnit, KRTexture *pTexture, int lod_max_dim);
KRTexture *loadTexture(const char *szName, KRDataBlock *data);
KRTexture *loadTextureCube(const char *szName, KRDataBlock *data);
KRTexture *getTextureCube(const char *szName);
KRTexture *getTexture(const char *szFile);
long getMemUsed();