skeleton reading test, changes of the script and other classes

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 22cf5bc3c9
commit 11e22b1c10
8 changed files with 230 additions and 173 deletions
+1
View File
@@ -17,6 +17,7 @@ namespace vb01{
~AnimationController();
void update();
Animation* getAnimation(std::string);
inline std::vector<Animation*> getAnimations(){return animations;}
inline void addAnimation(Animation *anim){animations.push_back(anim);}
inline void addAnimationChannel(AnimationChannel *channel){channels.push_back(channel);}
private: