fix: Correct default camera X rotation for isometric view

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-09 18:18:28 -07:00
parent 083a64505c
commit 57cca5c392

View File

@@ -72,7 +72,7 @@ private:
FeatureBrowser* m_featureBrowser = nullptr;
SketchPlane m_currentPlane = SketchPlane::NONE;
float m_xRot = -35.264f * 16.0f; // Default to isometric view
float m_xRot = 35.264f * 16.0f; // Default to isometric view
float m_yRot = 45.0f * 16.0f; // Default to isometric view
float m_zoom = -5.0f;
float m_panX = 0;