implement selection mask with lasso tool

This commit is contained in:
2017-10-07 13:35:53 +01:00
parent 41e52b7757
commit 78ec5a079e
16 changed files with 249 additions and 49 deletions

View File

@@ -9,6 +9,7 @@ public:
static ui::Plane m_plane;
static Sampler m_sampler;
bool m_use_atlas = false;
bool m_use_mipmaps = false;
glm::vec4 m_region;
glm::vec2 m_off;
glm::vec2 m_sz;