feat: add projection toggle button to switch between perspective and orthographic views

This commit is contained in:
AndreaRigoni
2026-04-02 14:42:38 +00:00
parent 96ab3b0930
commit 6396bdfebf
7 changed files with 159 additions and 4 deletions

View File

@@ -51,12 +51,14 @@ protected:
private slots:
void onGridButtonClicked();
void onProjButtonClicked();
private:
void SetupPipeline();
QVTKOpenGLNativeWidget* m_VtkWidget;
QPushButton* m_GridButton;
QPushButton* m_ProjButton;
};
} // namespace Vtk