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

@@ -31,7 +31,7 @@ void NodeImage::clone_copy(Node* dest) const
void NodeImage::create()
{
if (!m_path.empty() && TextureManager::load(m_path.c_str()))
if (!m_path.empty() && TextureManager::load(m_path.c_str(), m_use_mipmaps))
{
//LOG("load image node %s", m_path.c_str());
auto tex_sz = TextureManager::get(m_tex_id).size();