1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0027717: Visualization - drop broken Prs3d_Drawer::ShadingAspectGlobal() flag

This commit is contained in:
san
2016-08-01 18:10:55 +03:00
committed by bugmaster
parent cde2e2f0ca
commit 6887652ac6
9 changed files with 7 additions and 53 deletions

View File

@@ -1017,3 +1017,4 @@ The following obsolete features have been removed:
* Obsolete Antialiasing API V3d_View::SetAntialiasingOn(). This method was intended to activate deprecated OpenGL functionality (GL_POLYGON_SMOOTH, GL_LINE_SMOOTH, GL_POINT_SMOOTH).
Instead of old API, application should request MSAA buffers for antialiasing by assigning Graphic3d_RenderingParams::NbMsaaSamples property of structure returned by V3d_View::ChangeRenderingParams().
* Prs3d_Drawer::ShadingAspectGlobal() flag has been removed as not used. Corresponding calls can be removed safely from the application code.