]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuDrawAxe3D.cxx
Linux compil
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuDrawAxe3D.cxx
index 0ee60277cf703f9f0850ad3000737a0ea354df33..821576a8304f2cf4b97b34dc5c704ed20f562354 100644 (file)
@@ -52,6 +52,10 @@ void DrawAxe3D::Process()
                                                                                bbGetInputColour()[1], 
                                                                                bbGetInputColour()[2] );
 
+       if ( bbGetInputTransform()!=NULL )
+       {
+               mvtkactor->SetUserTransform( bbGetInputTransform() );
+       }
 
      // Interface Update
      if ((firsttime==true) && (bbGetInputRenderer()!=NULL ))
@@ -79,7 +83,7 @@ void DrawAxe3D::bbUserConstructor()
     bbSetInputColour(colour);
 }
 
-void DrawAxe3D::bbUserCopyConstructor()
+void DrawAxe3D::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
 {
 }
 void DrawAxe3D::bbUserDestructor()