mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
New GUI buttons and clean media player
This commit is contained in:
@@ -116,10 +116,6 @@ void ImGuiVisitor::visit(Shader &n)
|
||||
|
||||
ImGui::PushID(n.id());
|
||||
|
||||
// if (ImGuiToolkit::ButtonIcon(14, 8)) n.color = glm::vec4(1.f, 1.f, 1.f, 1.f);
|
||||
// ImGui::SameLine(0, 10);
|
||||
// ImGui::ColorEdit3("Color", glm::value_ptr(n.color) ) ;
|
||||
|
||||
if (ImGuiToolkit::ButtonIcon(10, 2)) {
|
||||
n.blending = Shader::BLEND_OPACITY;
|
||||
n.color = glm::vec4(1.f, 1.f, 1.f, 1.f);
|
||||
|
||||
Reference in New Issue
Block a user