mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:32:05 +05:00
PAL12113
This commit is contained in:
parent
184e55bf08
commit
0483cfa3b7
@ -192,7 +192,9 @@ void GEOM_AISShape::Compute(const Handle(PrsMgr_PresentationManager3d)& aPresent
|
||||
//a4bis->SetInteriorColor(myShadingColor);
|
||||
myDrawer->ShadingAspect()->SetColor(myShadingColor);
|
||||
|
||||
StdPrs_ShadedShape::Add(aPrs,myshape,myDrawer);
|
||||
// PAL12113: AIS_Shape::Compute() works correctly with shapes containing no faces
|
||||
//StdPrs_ShadedShape::Add(aPrs,myshape,myDrawer);
|
||||
AIS_Shape::Compute(aPresentationManager, aPrs, aMode);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user