From: jfa Date: Tue, 6 Mar 2007 12:16:55 +0000 (+0000) Subject: Correct vector presentation color. X-Git-Tag: V3_2_6pre2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f21ce859443a35878ff632b9f64919f159038f42;p=modules%2Fgeom.git Correct vector presentation color. --- diff --git a/src/OBJECT/GEOM_AISVector.cxx b/src/OBJECT/GEOM_AISVector.cxx index 7c4da87f5..66e968da8 100644 --- a/src/OBJECT/GEOM_AISVector.cxx +++ b/src/OBJECT/GEOM_AISVector.cxx @@ -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();