]> Creatis software - creaMaracasVisu.git/commitdiff
update axis A. S. C. vtk9itk5wx3-macos
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 8 Sep 2025 14:44:51 +0000 (16:44 +0200)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 8 Sep 2025 14:44:51 +0000 (16:44 +0200)
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx

index 8b86511f47e02390e0900ef5f1f6b84a9e45def8..f4826a17314b555074f8e8df9437e0628e7a7771 100644 (file)
@@ -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);