mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-07 00:10:00 +01:00
New PickingVisitor for selecting Nodes from mouse clic
Cleanup Mixer and other Visitor classes.
This commit is contained in:
@@ -27,11 +27,12 @@ Source::Source(std::string name = "") : name_("")
|
||||
// default mixing nodes
|
||||
groups_[View::MIXING] = new Group;
|
||||
Frame *frame = new Frame;
|
||||
frame->translation_.z = 0.1;
|
||||
groups_[View::MIXING]->addChild(frame);
|
||||
groups_[View::MIXING]->scale_ = glm::vec3(0.25f, 0.25f, 1.f);
|
||||
|
||||
// add source to the list
|
||||
sources_.push_back(this);
|
||||
sources_.push_front(this);
|
||||
}
|
||||
|
||||
Source::~Source()
|
||||
|
||||
Reference in New Issue
Block a user