public class SoFXAAParameters extends SoAntialiasingParameters
SoSceneManager
and some viewer classes (e.g. SoWinGLWidget).
See also:
SoAccumulationAntialiasingParameters
, SoFullSceneAntialiasingParameters
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoFXAAParameters(int qualityPreset,
float subPixQuality,
float edgeThresholdQuality,
float edgeThresholdMin)
Constructor which takes a value for each possible parameter.
|
Modifier and Type | Method and Description |
---|---|
float |
getEdgeThresholdMin()
Returns the edgeThresholdMinimum parameter.
|
float |
getEdgeThresholdQuality()
Returns the edgeThresholdQuality parameter.
|
int |
getQualityPreset()
Returns the quality preset.
|
float |
getSubPixQuality()
Returns the subPixQuality parameter.
|
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public SoFXAAParameters(int qualityPreset, float subPixQuality, float edgeThresholdQuality, float edgeThresholdMin)
qualityPreset
- Quality value in the range [10;15] , [20;29] or equal to 39.
subPixQuality
- Chooses the amount of sub-pixel aliasing removal (1.0 upper limit = softer, 0.0 = off).
edgeThresholdQuality
- The minimum amount of local contrast required to apply algorithm (0.333 = too little but faster, 0.063 = overkill and slower).
edgeThresholdMin
- 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).public float getSubPixQuality()
public float getEdgeThresholdMin()
public float getEdgeThresholdQuality()
public int getQualityPreset()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com