added timeline slider and export animation frames
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user