Fixed minor UI error
This commit is contained in:
parent
b6cf6c08c3
commit
ca95c56e22
@ -91,7 +91,6 @@ void UI::newFrame() {
|
|||||||
|
|
||||||
ImGui::Text("FPS: %f", info.fps);
|
ImGui::Text("FPS: %f", info.fps);
|
||||||
ImGui::Checkbox("Fly Camera", &info.flycam);
|
ImGui::Checkbox("Fly Camera", &info.flycam);
|
||||||
ImGui::Text("Fly Camera mode: %b");
|
|
||||||
ImGui::SliderAngle("Theta", &info.cam.theta, 0.01, 179.9);
|
ImGui::SliderAngle("Theta", &info.cam.theta, 0.01, 179.9);
|
||||||
ImGui::SliderAngle("Phi", &info.cam.phi, 0.0, 360.0, "%.0f def");
|
ImGui::SliderAngle("Phi", &info.cam.phi, 0.0, 360.0, "%.0f def");
|
||||||
ImGui::SliderFloat("cam.x", &info.cam.pos.x, -1e2, 1e2);
|
ImGui::SliderFloat("cam.x", &info.cam.pos.x, -1e2, 1e2);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user