Improved GUI for mask editing, added effects.

This commit is contained in:
Bruno
2021-01-10 23:56:50 +01:00
parent 398995648a
commit dbd3c071e8
7 changed files with 150 additions and 67 deletions

1
View.h
View File

@@ -285,6 +285,7 @@ private:
Mesh *mask_cursor_square_;
Mesh *mask_cursor_crop_;
glm::vec3 stored_mask_size_;
bool show_cursor_forced_;
};