diff --git a/Src/nmNum/nmRender/nmVTKOrientationMarkerController.cpp b/Src/nmNum/nmRender/nmVTKOrientationMarkerController.cpp index 165153c..9d8c870 100644 --- a/Src/nmNum/nmRender/nmVTKOrientationMarkerController.cpp +++ b/Src/nmNum/nmRender/nmVTKOrientationMarkerController.cpp @@ -65,8 +65,8 @@ nmVTKOrientationMarkerController::nmVTKOrientationMarkerController() m_dViewport[0] = 0.015; m_dViewport[1] = 0.015; - m_dViewport[2] = 0.13; - m_dViewport[3] = 0.13; + m_dViewport[2] = 0.22; + m_dViewport[3] = 0.22; if(m_pAxesActor != nullptr) { m_pAxesActor->SetXAxisLabelText("X"); diff --git a/Src/nmNum/nmRender/nmVTKRotationCenterMarkerLayer.cpp b/Src/nmNum/nmRender/nmVTKRotationCenterMarkerLayer.cpp index f24b5fd..f9d612d 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 = 18.0; +const double ROTATION_CENTER_HALF_LENGTH_PIXELS = 24.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(2.0f); + m_pActor->GetProperty()->SetLineWidth(3.0f); m_pActor->GetProperty()->SetOpacity(1.0); m_pActor->GetProperty()->LightingOff(); m_pActor->PickableOff();