add export depth menu

This commit is contained in:
2019-04-24 09:57:27 +02:00
parent a1a2d2ca7b
commit 5a1f6e48ce
6 changed files with 62 additions and 2 deletions

View File

@@ -263,7 +263,9 @@ public:
void export_equirectangular_thread(std::string file_path);
void export_layers(std::string file_name, std::function<void()> on_complete = nullptr);
void export_layers_thread(std::string file_name);
void export_cubes();
void export_depth(std::string file_name, std::function<void()> on_complete = nullptr);
void export_depth_thread(std::string file_name);
void export_cubes();
void project_save(std::function<void(bool)> on_complete = nullptr);
void project_save(std::string file_path, std::function<void(bool)> on_complete = nullptr);
bool project_save_thread(std::string file_path);