Added Source Geometry properties. Started implementing Layers View.

This commit is contained in:
brunoherbelin
2020-05-17 11:40:48 +02:00
parent 439b7acb2d
commit 54d4bc2aba
12 changed files with 109 additions and 43 deletions

View File

@@ -349,3 +349,24 @@ void GeometryView::grab (glm::vec2 from, glm::vec2 to, Source *s, std::pair<Node
}
void LayersView::draw ()
{
}
void LayersView::zoom (float factor)
{
}
void LayersView::drag (glm::vec2 from, glm::vec2 to)
{
}
void LayersView::grab (glm::vec2 from, glm::vec2 to, Source *s, std::pair<Node *, glm::vec2> pick)
{
}