Click or drag to resize
SoFullSceneAntialiasingParameters Constructor (Int32, Boolean, Int32)

Constructor that takes the different parameters that can be configured.

Namespace: OIV.Inventor.Antialiasing
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoFullSceneAntialiasingParameters(
	int numSamples,
	bool useHQ,
	int filterMask
)

Parameters

numSamples
Type: SystemInt32

The number of samples we want to enable in the window's pixel format.

useHQ
Type: SystemBoolean

Indicates if the high quality filter provided by NVidia should be enabled.

filterMask
Type: SystemInt32

Is a combination of OIV.Inventor.Nodes.SoFullSceneAntialiasing.Filters enum values to define the primitives affected by the FSAA.

Remarks

See Also