chore: Adjust default window size and viewport orientation
This commit is contained in:
@@ -73,7 +73,7 @@ private:
|
||||
SketchPlane m_currentPlane = SketchPlane::NONE;
|
||||
|
||||
float m_xRot = 35.264f * 16.0f; // Default to isometric view
|
||||
float m_yRot = 45.0f * 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;
|
||||
float m_panY = 0;
|
||||
|
||||
Reference in New Issue
Block a user