]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuDrawAxisTree3D.cxx
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuDrawAxisTree3D.cxx
index 4c80882c463d011ece282b76e2c942879f823ca8..fbd94b1e77708c0481b24b765aae3ff061c79dc1 100644 (file)
@@ -66,6 +66,11 @@ void DrawAxisTree3D::DrawOneAxis(int iGeneral,int numPoints, int iAxis)
        vtkactor->GetProperty()->SetColor( 1,0,0 );
        vtkactor->GetProperty()->SetLineWidth( 3 );
 
+       if ( bbGetInputTransform()!=NULL )
+       {
+               vtkactor->SetUserTransform( bbGetInputTransform() );
+       }
+
      // Interface Update
      if  (bbGetInputRenderer()!=NULL )
      {