mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Added Source Geometry properties. Started implementing Layers View.
This commit is contained in:
21
View.cpp
21
View.cpp
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user