From: apo Date: Tue, 17 Jan 2006 07:05:41 +0000 (+0000) Subject: To sinchronize the UserMatrix of the mesh actor and all its devices X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e97626d529ad233bb3dc62f5a16109fd5c76dd35;p=modules%2Fvisu.git To sinchronize the UserMatrix of the mesh actor and all its devices --- diff --git a/src/OBJECT/VISU_MeshAct.cxx b/src/OBJECT/VISU_MeshAct.cxx index bbdb2c9d..b6b812d9 100644 --- a/src/OBJECT/VISU_MeshAct.cxx +++ b/src/OBJECT/VISU_MeshAct.cxx @@ -218,6 +218,10 @@ int VISU_MeshAct ::RenderOpaqueGeometry(vtkViewport *ren) { + GetMatrix(myNodeActor->GetUserMatrix()); + GetMatrix(myEdgeActor->GetUserMatrix()); + GetMatrix(mySurfaceActor->GetUserMatrix()); + using namespace SVTK::Representation; switch(GetRepresentation()){ case Points : @@ -242,6 +246,10 @@ int VISU_MeshAct ::RenderTranslucentGeometry(vtkViewport *ren) { + GetMatrix(myNodeActor->GetUserMatrix()); + GetMatrix(myEdgeActor->GetUserMatrix()); + GetMatrix(mySurfaceActor->GetUserMatrix()); + using namespace SVTK::Representation; switch(GetRepresentation()){ case Points :