From e97626d529ad233bb3dc62f5a16109fd5c76dd35 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 17 Jan 2006 07:05:41 +0000 Subject: [PATCH] To sinchronize the UserMatrix of the mesh actor and all its devices --- src/OBJECT/VISU_MeshAct.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) 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 : -- 2.39.2