- Added translation support to multipatch textures. Incomplete and not tested yet!

- Added Martin Howe's morph weapon update.


SVN r916 (trunk)
This commit is contained in:
Christoph Oelckers 2008-04-15 22:17:30 +00:00
commit b2bfad0c50
19 changed files with 645 additions and 142 deletions

View file

@ -107,6 +107,8 @@ protected:
SWORD OriginX, OriginY;
BYTE Rotate;
bool textureOwned;
FRemapTable *Translation;
PalEntry Blend;
FTexture *Texture;
TexPart();