New icons for source representation in Mixing and Layer views.

This commit is contained in:
brunoherbelin
2020-05-27 22:44:15 +02:00
parent 0bc8d2439d
commit b9cf0689ec
15 changed files with 897 additions and 784 deletions

View File

@@ -119,7 +119,8 @@ void SessionSource::init()
attach(renderbuffer);
// icon in mixing view
overlays_[View::MIXING]->attach( new Mesh("mesh/icon_vimix.ply") );
overlays_[View::MIXING]->attach( new Icon(Icon::SESSION) );
overlays_[View::LAYER]->attach( new Icon(Icon::SESSION) );
// done init
initialized_ = true;
@@ -192,7 +193,8 @@ void RenderSource::init()
attach(renderbuffer);
// icon in mixing view
overlays_[View::MIXING]->attach( new Mesh("mesh/icon_render.ply") );
overlays_[View::MIXING]->attach( new Icon(Icon::RENDER) );
overlays_[View::LAYER]->attach( new Icon(Icon::RENDER) );
// done init
initialized_ = true;