Interface mockup 16

This commit is contained in:
Dion Moult
2026-05-11 12:18:38 +10:00
parent 6df9aeda2c
commit a4f7db45cd
6 changed files with 186 additions and 30 deletions
+1 -1
View File
@@ -314,6 +314,7 @@ public:
void setModelCoordinateOperation(uint32_t model_id, const Eigen::Matrix4d& matrix_meters);
void setModelTransformation(uint32_t model_id, const Eigen::Matrix4d& matrix_meters);
void setBackgroundColor(const QColor& color);
void enterFpsMode();
// Selection. The viewport owns a SelectionState that tracks both
// the multi-set and the "active" (last single-clicked) id. External
@@ -601,7 +602,6 @@ private:
// way one long frame only produces a single catch-up step instead of
// also missing a QTimer tick.
enum class CameraMode { Orbit, Fps };
void enterFpsMode();
void exitFpsMode();
void fpsIntegrate(); // called from render()
void recenterFpsCursor();