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

@@ -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)) ) {