implement export cube faces
This commit is contained in:
@@ -204,10 +204,11 @@ public:
|
||||
void export_equirectangular(std::string file_path, std::function<void()> on_complete = nullptr);
|
||||
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_layers_thread(std::string file_name);
|
||||
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 export_cube_faces(std::string file_name, std::function<void()> on_complete);
|
||||
void export_cube_faces_thread(std::string file_name);
|
||||
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, bool show_progress);
|
||||
|
||||
Reference in New Issue
Block a user