WIP version of a LWO file loader. Not working yet.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@82 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2008-08-07 22:27:17 +00:00
parent 11f630e209
commit 42ef23e745
8 changed files with 1080 additions and 18 deletions

View File

@@ -347,6 +347,7 @@ bool STLImporter::LoadBinaryFile()
sz += sizeof(aiVector3D);
*(vn+1) = *vn;
*(vn+2) = *vn;
vn += 3;
*vp++ = *((aiVector3D*)sz);
sz += sizeof(aiVector3D);