mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-15 02:20:48 +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);
|
Handle(Graphic3d_Group) aG = Prs3d_Root::CurrentGroup(thePrs);
|
||||||
|
|
||||||
thePrs->Color(myShadingColor.Name());
|
//thePrs->Color(myShadingColor.Name());
|
||||||
//aG->BeginPrimitives();
|
//aG->BeginPrimitives();
|
||||||
Prs3d_Arrow::Draw(thePrs, aP2, aDir, PI/180.*5., aDist/10.);
|
Prs3d_Arrow::Draw(thePrs, aP2, aDir, PI/180.*5., aDist/10.);
|
||||||
//aG->EndPrimitives();
|
//aG->EndPrimitives();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user