Click or drag to resize
SoFullSceneAntialiasingParameters Class

Antialiasing parameters class for the FSAA algorithm.

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

Namespace: OIV.Inventor.Antialiasing
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoFullSceneAntialiasingParameters : SoAntialiasingParameters

The SoFullSceneAntialiasingParameters type exposes the following members.

Constructors
  NameDescription
Public methodSoFullSceneAntialiasingParameters(Int32, Boolean)
Calls SoFullSceneAntialiasingParameters(numSamples, useHQ, SoFullSceneAntialiasing.ALL).
Public methodSoFullSceneAntialiasingParameters(Int32, Boolean, Int32)

Constructor that takes the different parameters that can be configured.

Top
Methods
  NameDescription
Public methodCopy

Copy to a new instance.

(Inherited from SoAntialiasingParameters.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFilterMask

Returns the requested combination of the different values of OIV.Inventor.Nodes.SoFullSceneAntialiasing.Filters.

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

Returns the requested number of samples.

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

Returns true if the high quality filter is requested.

Top
Remarks

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.

See Also