mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0027360: Visualization - remove obsolete anti-aliasing API
The methods V3d_View::SetAntialiasingOn(), ::SetAntialiasingOff() and Antialiasing() have been removed.
This commit is contained in:
@@ -273,12 +273,6 @@ public:
|
||||
|
||||
public:
|
||||
|
||||
//! Returns true if anti-aliasing is enabled for the view.
|
||||
Standard_Boolean virtual IsAntialiasingEnabled() const Standard_OVERRIDE { return myAntiAliasing; }
|
||||
|
||||
//! Enable or disable anti-aliasing in the view.
|
||||
virtual void SetAntialiasingEnabled (const Standard_Boolean theIsEnabled) Standard_OVERRIDE { myAntiAliasing = theIsEnabled; }
|
||||
|
||||
//! Returns background fill color.
|
||||
Standard_EXPORT virtual Aspect_Background Background() const Standard_OVERRIDE;
|
||||
|
||||
@@ -563,7 +557,6 @@ protected:
|
||||
Standard_Boolean& myDeviceLostFlag;
|
||||
Standard_Boolean myWasRedrawnGL;
|
||||
|
||||
Standard_Boolean myAntiAliasing;
|
||||
Standard_Boolean myCulling;
|
||||
Graphic3d_TypeOfShadingModel myShadingModel;
|
||||
Graphic3d_TypeOfBackfacingModel myBackfacing;
|
||||
|
Reference in New Issue
Block a user