mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
New icons for source representation in Mixing and Layer views.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user