Update to the LWO loader. Still WIP.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@104 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2008-08-10 23:58:21 +00:00
parent 6f49c4518c
commit 9bc8e8701f
4 changed files with 314 additions and 208 deletions

View File

@@ -164,7 +164,7 @@ protected:
ASE::Parser* mParser;
/** Buffer to hold the loaded file */
unsigned char* mBuffer;
char* mBuffer;
/** Scene to be filled */
aiScene* pcScene;