Click or drag to resize
SoFXAAParameters Constructor

Constructor which takes a value for each possible parameter.

Namespace: OIV.Inventor.Antialiasing
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoFXAAParameters(
	int qualityPreset,
	float subPixQuality,
	float edgeThresholdQuality,
	float edgeThresholdMin
)

Parameters

qualityPreset
Type: SystemInt32

Quality value in the range [10;15] , [20;29] or equal to 39.

subPixQuality
Type: SystemSingle

Chooses the amount of sub-pixel aliasing removal (1.0 upper limit = softer, 0.0 = off).

edgeThresholdQuality
Type: SystemSingle

The minimum amount of local contrast required to apply algorithm (0.333 = too little but faster, 0.063 = overkill and slower).

edgeThresholdMin
Type: SystemSingle

Trims the algorithm from processing darks (0.0833 = upper limit the start of visible unfiltered edges, 0.0625 = high quality and faster, 0.0312 = visible limit but slower).

Remarks

See Also