qadmesh affine transform parenting
This commit is contained in:
@@ -261,7 +261,7 @@ void vtkHandlerWidget::OnMouseMove() {
|
||||
double dy = Y - this->StartEventPosition[1];
|
||||
|
||||
if (dx == 0 && dy == 0) return;
|
||||
std::cout << "Interaction " << this->Interaction << " dx=" << dx << " dy=" << dy << std::endl;
|
||||
// std::cout << "Interaction " << this->Interaction << " dx=" << dx << " dy=" << dy << std::endl;
|
||||
|
||||
// Get current gizmo properties from its actors
|
||||
vtkMatrix4x4 *gizmo_mat = m_AxesX->GetUserMatrix();
|
||||
|
||||
Reference in New Issue
Block a user