Click or drag to resize
SoFXAAParameters Class

Antialiasing parameters class for the FXAA algorithm.

Inheritance Hierarchy

Namespace: OIV.Inventor.Antialiasing
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public class SoFXAAParameters : SoAntialiasingParameters

The SoFXAAParameters type exposes the following members.

Constructors
  NameDescription
Public methodSoFXAAParameters

Constructor which takes a value for each possible parameter.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEdgeThresholdMin

Returns the edgeThresholdMinimum parameter.

Public methodGetEdgeThresholdQuality

Returns the edgeThresholdQuality parameter.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetQualityPreset

Returns the quality preset.

Public methodGetSubPixQuality

Returns the subPixQuality parameter.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

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).

See Also