From f21ce859443a35878ff632b9f64919f159038f42 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 6 Mar 2007 12:16:55 +0000 Subject: [PATCH] Correct vector presentation color. --- src/OBJECT/GEOM_AISVector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2