Salome HOME
Correct vector presentation color. V3_2_6pre2
authorjfa <jfa@opencascade.com>
Tue, 6 Mar 2007 12:16:55 +0000 (12:16 +0000)
committerjfa <jfa@opencascade.com>
Tue, 6 Mar 2007 12:16:55 +0000 (12:16 +0000)
src/OBJECT/GEOM_AISVector.cxx

index 7c4da87f5d755557263b8ad74f44481ac24edd4a..66e968da871b4632fabdade59f0c7f25bbfd5c7c 100644 (file)
@@ -81,7 +81,7 @@ void GEOM_AISVector::Compute (const Handle(PrsMgr_PresentationManager3d)& thePre
 
       Handle(Graphic3d_Group) aG = Prs3d_Root::CurrentGroup(thePrs);
 
-      thePrs->Color(myShadingColor.Name());
+      //thePrs->Color(myShadingColor.Name());
       //aG->BeginPrimitives();
       Prs3d_Arrow::Draw(thePrs, aP2, aDir, PI/180.*5., aDist/10.);
       //aG->EndPrimitives();