mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 23:40:02 +01:00
Added Source Geometry properties. Started implementing Layers View.
This commit is contained in:
@@ -1049,6 +1049,8 @@ void Navigator::RenderSourcePannel(Source *s)
|
||||
ImGui::Image((void*)(uintptr_t) s->frame()->texture(), imagesize);
|
||||
// image processing pannel
|
||||
s->processingShader()->accept(v);
|
||||
ImGui::Text("Geometry");
|
||||
s->groupNode(View::GEOMETRY)->accept(v);
|
||||
// delete button
|
||||
ImGui::Text(" ");
|
||||
if ( ImGui::Button("Delete", ImVec2(ImGui::GetContentRegionAvail().x, 0)) ) {
|
||||
|
||||
Reference in New Issue
Block a user