mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
skeleton reading test, changes of the script and other classes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user