Skip to content

Commit

Permalink
Add UI control for atmospheric turbidity
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Jan 5, 2024
1 parent bb364b9 commit e0fe5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pt/main.cpp
Expand Up @@ -190,6 +190,7 @@ int main(int argc, char** argv)

ImGui::SliderFloat("sun zenith", &sunZenithDegrees, 0.0f, 90.0f, "%.2f");
ImGui::SliderFloat("sun azimuth", &sunAzimuthDegrees, 0.0f, 360.0f, "%.2f");
ImGui::SliderFloat("sky turbidity", &skyTurbidity, 1.0f, 10.0f, "%.2f");

ImGui::SliderFloat(
"camera speed",
Expand Down

0 comments on commit e0fe5f4

Please sign in to comment.