add zoom to selected
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user