Initial implementation of handles on sources to manipulate in geometry

view (only resize implemented so far)
This commit is contained in:
brunoherbelin
2020-05-16 12:06:52 +02:00
parent ab75c342f4
commit 20cafa388f
26 changed files with 1623 additions and 379 deletions

View File

@@ -187,10 +187,10 @@ void SessionCreator::visit (Source& s)
s.setName(pName);
xmlCurrent_ = sourceNode->FirstChildElement("Mixing");
s.node(View::MIXING)->accept(*this);
s.groupNode(View::MIXING)->accept(*this);
xmlCurrent_ = sourceNode->FirstChildElement("Geometry");
s.node(View::GEOMETRY)->accept(*this);
s.groupNode(View::GEOMETRY)->accept(*this);
xmlCurrent_ = sourceNode->FirstChildElement("Blending");
s.blendingShader()->accept(*this);