X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuDrawAxe3D.cxx;h=821576a8304f2cf4b97b34dc5c704ed20f562354;hb=e78a80c507961553cc6186b93a793c0d1fc96be2;hp=0ee60277cf703f9f0850ad3000737a0ea354df33;hpb=4970ac35d6d4bc3cea54e8e6033b34c01c3103fb;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuDrawAxe3D.cxx b/bbtk/src/bbmaracasvisuDrawAxe3D.cxx index 0ee6027..821576a 100644 --- a/bbtk/src/bbmaracasvisuDrawAxe3D.cxx +++ b/bbtk/src/bbmaracasvisuDrawAxe3D.cxx @@ -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()