From 74ec92324ed32a08c9117ab437e5c10845f85081 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 14 Jun 2021 00:06:52 +0200 Subject: Add basic how to / literate programming section --- tangle/util/volumetric_example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tangle/util') diff --git a/tangle/util/volumetric_example.h b/tangle/util/volumetric_example.h index cc6a24e..da5e4c4 100644 --- a/tangle/util/volumetric_example.h +++ b/tangle/util/volumetric_example.h @@ -75,7 +75,7 @@ void run(TIMESTEP step) { ImGui::EndCombo(); } _current->interact(); - ImGui::SliderInt("Timestep/s", &_steps_per_second, 1, 2000); + ImGui::SliderInt("Timestep/s", &_steps_per_second, 1, 1500); ImGui::SliderInt("Samples/s", &_samples_per_second, 1, 60); if (simulate) { simulate = !ImGui::Button("Pause"); -- cgit v1.2.3