mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-26 07:07:55 +05:00
Correct vector presentation color.
This commit is contained in:
parent
3b0a356cbc
commit
f21ce85944
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user