SoFXAAParameters Class |
Antialiasing parameters class for the FXAA algorithm.
Namespace: OIV.Inventor.Antialiasing
The SoFXAAParameters type exposes the following members.
Name | Description | |
---|---|---|
SoFXAAParameters | Constructor which takes a value for each possible parameter. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetEdgeThresholdMin | Returns the edgeThresholdMinimum parameter. | |
GetEdgeThresholdQuality | Returns the edgeThresholdQuality parameter. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetQualityPreset | Returns the quality preset. | |
GetSubPixQuality | Returns the subPixQuality parameter. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class provides the different parameters that can be set to configure the FXAA antialiasing algorithm. These objects are used with the setAntialiasing() method in OIV.Inventor.SoSceneManager and some viewer classes (e.g. OIV.Inventor.Win.SoWinGLWidget).