SoFXAAParameters Constructor |
Constructor which takes a value for each possible parameter.
Namespace: OIV.Inventor.Antialiasing
public SoFXAAParameters( int qualityPreset, float subPixQuality, float edgeThresholdQuality, float edgeThresholdMin )
Quality value in the range [10;15] , [20;29] or equal to 39.
Chooses the amount of sub-pixel aliasing removal (1.0 upper limit = softer, 0.0 = off).
The minimum amount of local contrast required to apply algorithm (0.333 = too little but faster, 0.063 = overkill and slower).
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).