Clean source icons

This commit is contained in:
brunoherbelin
2020-09-30 23:38:38 +02:00
parent e0d44d4db1
commit 00ebacc9db
7 changed files with 2318 additions and 780 deletions

View File

@@ -297,9 +297,9 @@ DeviceSource::DeviceSource() : StreamSource()
// create stream
stream_ = new Stream;
// set icons TODO
overlays_[View::MIXING]->attach( new Symbol(Symbol::EMPTY, glm::vec3(0.8f, 0.8f, 0.01f)) );
overlays_[View::LAYER]->attach( new Symbol(Symbol::EMPTY, glm::vec3(0.8f, 0.8f, 0.01f)) );
// set icons
overlays_[View::MIXING]->attach( new Symbol(Symbol::CAMERA, glm::vec3(0.8f, 0.8f, 0.01f)) );
overlays_[View::LAYER]->attach( new Symbol(Symbol::CAMERA, glm::vec3(0.8f, 0.8f, 0.01f)) );
}
void DeviceSource::setDevice(const std::string &devicename)