SoFullSceneAntialiasingParameters Class |
Antialiasing parameters class for the FSAA algorithm.
Namespace: OIV.Inventor.Antialiasing
The SoFullSceneAntialiasingParameters type exposes the following members.
Name | Description | |
---|---|---|
SoFullSceneAntialiasingParameters(Int32, Boolean) | Calls SoFullSceneAntialiasingParameters(numSamples, useHQ, SoFullSceneAntialiasing.ALL). | |
SoFullSceneAntialiasingParameters(Int32, Boolean, Int32) | Constructor that takes the different parameters that can be configured. |
Name | Description | |
---|---|---|
Copy | Copy to a new instance. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetFilterMask | Returns the requested combination of the different values of OIV.Inventor.Nodes.SoFullSceneAntialiasing.Filters. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetNumSamples | Returns the requested number of samples. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UseHighQualityFilter | Returns true if the high quality filter is requested. |
This class provides the different parameters that can be set to configure the FSAA antialiasing algorithm. These objects are used with the setAntialiasing() method in OIV.Inventor.SoSceneManager and some viewer classes (e.g. OIV.Inventor.Win.SoWinGLWidget).
Limitations
The high quality filter is available only on NVidia platforms and only if the extension GL_NV_multisample_filter_hint is available.