Skip to content

Commit

Permalink
combo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Dec 14, 2023
1 parent b24319f commit 2106751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ void callback() {
if (ImGui::Button("ASO")) estimateDifferentialQuantitiesWithASO();

ImGui::Separator();

ImGui::Text("Implicit function slicer");
ImGui::SliderFloat("Slice", &slice, 0, 1.0); ImGui::SameLine();
ImGui::Checkbox("HD", &isHDSlicer);
ImGui::RadioButton("X axis", &axis, 0); ImGui::SameLine();
Expand Down

0 comments on commit 2106751

Please sign in to comment.