mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Added preview window when selecting a camera in the scene
This commit is contained in:
@@ -122,7 +122,7 @@ ProjectSettingsCategoryWindowViewport::ProjectSettingsCategoryWindowViewport(Ref
|
||||
|
||||
void ProjectSettingsCategoryWindowViewport::Draw()
|
||||
{
|
||||
ImGui::DragFloat("Outline Radius", &m_Project->Settings.OutlineRadius, 0.1f, 1.0f, 10.0f);
|
||||
ImGui::DragFloat("Outline Radius", &m_Project->Settings.OutlineRadius, 0.1f, 1.0f, 90.0f);
|
||||
ImGui::DragFloat("Gizmo Size", &m_Project->Settings.GizmoSize, 0.01f, 0.05f, 0.5f);
|
||||
ImGui::Separator();
|
||||
ImGui::Checkbox("Smooth Camera", &m_Project->Settings.SmoothCamera);
|
||||
|
||||
Reference in New Issue
Block a user