Fix origin returned by IQM's LerpTag

It use to return pose joint's offset from base at the lerped frame, now it returns the joint's origin at the lerped frame.

Patch by Axel Isouard and Zack Middleton.
This commit is contained in:
Zack Middleton 2013-03-08 13:47:16 -06:00
parent f789cff079
commit 8aa6efe7b6
4 changed files with 82 additions and 30 deletions

View file

@ -649,6 +649,7 @@ typedef struct {
int *triangles;
int *jointParents;
float *jointMats;
float *poseMats;
float *bounds;
char *names;