- fixed UV coords
 - added further test models

Collada
 - fixed invalid aiStrings

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@343 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2009-02-12 15:58:55 +00:00
parent e5b06832b7
commit fd9769eae6
17 changed files with 201 additions and 81 deletions

View File

@@ -144,8 +144,8 @@ struct Frame
*/
struct TexCoord
{
int16_t s;
int16_t t;
uint16_t s;
uint16_t t;
} PACK_STRUCT;
// ---------------------------------------------------------------------------