diff --git a/Src/nmNum/nmRender/nmVTKRotationCenterMarkerLayer.cpp b/Src/nmNum/nmRender/nmVTKRotationCenterMarkerLayer.cpp index f9d612d..4d3d2db 100644 --- a/Src/nmNum/nmRender/nmVTKRotationCenterMarkerLayer.cpp +++ b/Src/nmNum/nmRender/nmVTKRotationCenterMarkerLayer.cpp @@ -23,7 +23,7 @@ namespace { -const double ROTATION_CENTER_HALF_LENGTH_PIXELS = 24.0; +const double ROTATION_CENTER_HALF_LENGTH_PIXELS = 18.0; const double ROTATION_CENTER_DEPTH_OFFSET_PIXELS = 1.5; const double ROTATION_CENTER_HOMOGENEOUS_EPSILON = std::numeric_limits::epsilon(); @@ -367,7 +367,7 @@ private: m_pMapper->SetColorModeToDirectScalars(); m_pActor->SetMapper(m_pMapper); - m_pActor->GetProperty()->SetLineWidth(3.0f); + m_pActor->GetProperty()->SetLineWidth(1.0f); m_pActor->GetProperty()->SetOpacity(1.0); m_pActor->GetProperty()->LightingOff(); m_pActor->PickableOff();