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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user