Support IQMs with joints and no poses

This commit is contained in:
Zack Middleton 2013-10-29 20:46:12 -05:00
parent e0a42885d9
commit 1515841b38
4 changed files with 84 additions and 32 deletions

View file

@ -610,6 +610,7 @@ typedef struct {
int num_frames;
int num_surfaces;
int num_joints;
int num_poses;
struct srfIQModel_s *surfaces;
float *positions;