Click or drag to resize
SoFXAAParameters Class

Antialiasing parameters class for the FXAA algorithm.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.AntialiasingSoAntialiasingParameters
      OIV.Inventor.AntialiasingSoFXAAParameters

Namespace: OIV.Inventor.Antialiasing
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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 methodCopy

Copy to a new instance.

(Inherited from SoAntialiasingParameters.)
Public methodEquals
(Overrides ObjectEquals(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
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
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