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:
parent
f789cff079
commit
8aa6efe7b6
4 changed files with 82 additions and 30 deletions
|
@ -649,6 +649,7 @@ typedef struct {
|
|||
int *triangles;
|
||||
|
||||
int *jointParents;
|
||||
float *jointMats;
|
||||
float *poseMats;
|
||||
float *bounds;
|
||||
char *names;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue