mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 22:59:59 +01:00
New Geometry view option to show only visible sources
View setting to ignore mixing visibility applied to Geometry view, with a button to complement the workspace selection.
This commit is contained in:
@@ -471,7 +471,7 @@ void ImGuiVisitor::visit (Source& s)
|
||||
if (s.blendingShader()->color.a > 0.f)
|
||||
ImGuiToolkit::Indication("Visible", ICON_FA_SUN);
|
||||
else
|
||||
ImGuiToolkit::Indication("Not visible", ICON_FA_CLOUD_SUN);
|
||||
ImGuiToolkit::Indication("not Visible", ICON_FA_MOON);
|
||||
}
|
||||
else
|
||||
ImGuiToolkit::Indication("Inactive", ICON_FA_SNOWFLAKE);
|
||||
|
||||
Reference in New Issue
Block a user