This commit is contained in:
parent
51e8f52d9b
commit
6c5c1fba9b
9 changed files with 116 additions and 11 deletions
|
@ -15,6 +15,7 @@ struct sBoneAnim
|
|||
|
||||
struct sAnim
|
||||
{
|
||||
GString Name;
|
||||
int FrameCount;
|
||||
vector<sBoneAnim> BoneAnim;
|
||||
vector<s32> Move;
|
||||
|
@ -33,6 +34,7 @@ public:
|
|||
|
||||
void Add(GString const &Filename);
|
||||
void Write(GString &Filename);
|
||||
void WriteInclude(GString const &IncludeFile);
|
||||
|
||||
private:
|
||||
int ProcessSkelMove(CScene &Scene,sAnim &ThisAnim,int Idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue