added timeline slider and export animation frames

This commit is contained in:
2017-05-15 00:43:37 +01:00
parent 95509956f3
commit 7b99f0510a
10 changed files with 132 additions and 12 deletions

View File

@@ -89,9 +89,6 @@ public:
I->m_state = mode;
}
GLuint cube_id;
RTT m_latlong;
std::vector<Layer::Snapshot> m_layers_snapshot;
Canvas() { I = this; }
@@ -110,6 +107,7 @@ public:
void snapshot_restore();
void clear_context();
void export_equirectangular(std::string data_path);
void export_anim(std::string data_path);
void project_save(std::string data_path);
void project_open(std::string data_path);
ui::Image thumbnail_generate(int w, int h);