improve animation panel

This commit is contained in:
2019-10-19 22:30:44 +02:00
parent e25de3c454
commit 27576443ca
12 changed files with 120 additions and 25 deletions

View File

@@ -61,6 +61,7 @@ public:
void resize(int width, int height);
bool create(int width, int height, std::string name);
bool add_frame();
void remove_frame(int frame);
int total_duration() const noexcept;
void goto_frame(int frame) noexcept;
void clear(const glm::vec4& c, int frame = -1);