Correct vector presentation color.

This commit is contained in:
jfa 2007-03-06 12:16:55 +00:00
parent 3b0a356cbc
commit f21ce85944

View 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();