1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0022900: Problem with shape displaying in shading mode

This commit is contained in:
AAA
2012-01-30 07:42:22 +00:00
committed by bugmaster
parent 6601f504db
commit a10fa81932
2 changed files with 97 additions and 133 deletions

View File

@@ -95,7 +95,7 @@ static Standard_Boolean ShadeFromShape(const anyShape& aShape
} else {
Asp->AllowBackFace();
}
Prs3d_Root::CurrentGroup(aPresentation)->SetPrimitivesAspect(Asp);
Prs3d_Root::CurrentGroup(aPresentation)->SetGroupPrimitivesAspect(Asp);
}
#ifdef G005