From: rnv Date: Mon, 28 Feb 2011 12:11:07 +0000 (+0000) Subject: Fix for the IPAL22160 "TC6.2.0: Opacity operates wrong for Surface presentation of... X-Git-Tag: V6_main_20110301~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8135c1c558f39aa0e7e42f097f8a297e85cc3c2f;p=modules%2Fvisu.git Fix for the IPAL22160 "TC6.2.0: Opacity operates wrong for Surface presentation of mesh" --- diff --git a/src/OBJECT/VISU_MeshAct.cxx b/src/OBJECT/VISU_MeshAct.cxx index 1549c328..f4ad8c6e 100644 --- a/src/OBJECT/VISU_MeshAct.cxx +++ b/src/OBJECT/VISU_MeshAct.cxx @@ -56,6 +56,7 @@ VISU_MeshAct mySurfaceActor = SVTK_DeviceActor::New(); mySurfaceActor->SetRepresentation(SVTK::Representation::Surface); mySurfaceActor->SetUserMatrix(m); + mySurfaceActor->SetProperty(GetProperty()); myEdgeActor = SVTK_DeviceActor::New(); myEdgeActor->SetRepresentation(SVTK::Representation::Wireframe);