mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0023123: Bug/Regression in visualization of XDE documents in shaded mode
Added new group creation before adding styled item in XCAFPrs_AISObject::Compute
This commit is contained in:
parent
d00cba631f
commit
c983f7228d
@ -457,6 +457,7 @@ void XCAFPrs_AISObject::Compute (const Handle(PrsMgr_PresentationManager3d)& aPr
|
|||||||
//i++;
|
//i++;
|
||||||
#endif
|
#endif
|
||||||
if (! s.IsVisible() ) continue;
|
if (! s.IsVisible() ) continue;
|
||||||
|
Prs3d_Root::NewGroup(aPrs);
|
||||||
AddStyledItem ( s, it.Value(), aPresentationManager, aPrs, aMode );
|
AddStyledItem ( s, it.Value(), aPresentationManager, aPrs, aMode );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user