From c5aeeb867b011a4fb8265a2386f40f32b1788251 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Mon, 8 Sep 2025 16:44:51 +0200 Subject: [PATCH] update axis A. S. C. --- .../interface/wxWindows/widgets/wxVtkMPR3DView.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx index 8b86511..f4826a1 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx @@ -190,12 +190,12 @@ void wxVtkMPR3DView::Configure() _text_y2 = vtkTextActor3D::New(); _text_z1 = vtkTextActor3D::New(); _text_z2 = vtkTextActor3D::New(); - _text_x1->SetInput( "S" ); - _text_x2->SetInput( "S" ); - _text_y1->SetInput( "C" ); - _text_y2->SetInput( "C" ); - _text_z1->SetInput( "A" ); - _text_z2->SetInput( "A" ); + _text_x1->SetInput( "S-" ); + _text_x2->SetInput( "S+" ); + _text_y1->SetInput( "C-" ); + _text_y2->SetInput( "C+" ); + _text_z1->SetInput( "A-" ); + _text_z2->SetInput( "A+" ); _text_x1->SetOrientation(0,180,180); _text_y1->SetOrientation(0,180,180); _text_z1->SetOrientation(0,180,180); -- 2.51.0