feat: Add top-right viewport view cube with axis and face labels

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-09 15:57:03 -07:00
parent 9584471932
commit 6198236db3
2 changed files with 129 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ protected:
private:
void drawCube();
void drawViewCube();
void drawAxes();
QMatrix4x4 projection;