add zoom to selected

This commit is contained in:
AndreaRigoni
2026-03-18 23:35:51 +00:00
parent 3b02bb26ac
commit 176a82f108
6 changed files with 46 additions and 12 deletions

View File

@@ -84,9 +84,6 @@ void vtkStructuredGrid::Update() {
}
m_Content->Updated(); // Notify others (like raytracer)
// Debug output
std::cout << "vtkStructuredGrid::Update matrix:\n" << transform << std::endl;
}
void vtkStructuredGrid::InstallPipe() {