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

@@ -438,9 +438,6 @@ void vtkHandlerWidget::OnMouseMove() {
this->Prop3D->Modified();
this->UpdateGizmoPosition();
// HIGH VISIBILITY LOG
std::printf("--- WIDGET Interaction: %d, Mag: %f, Pos: %f %f %f\n", Interaction, mag, gpos[0], gpos[1], gpos[2]);
this->InvokeEvent(::vtkCommand::InteractionEvent, nullptr);
this->Interactor->Render();
}