AntiAlias parameters
- Last UpdatedDec 04, 2023
- 2 minute read
This topic describes AntiAlias parameters for the config.xml application configuration file.
AntiAlias
The AntiAlias section is used to customize the anti-aliasing functionalities of the rendering. The different anti-aliasing functionalities can be used both separately and together.
AntiAlias parameters
This is a list of AntiAlias parameters for the config.xml application configuration file.
|
Parameter |
Type |
Support for Windows platform |
Support for Portable platforms |
Description |
|---|---|---|---|---|
|
msaa |
Yes |
No |
Multi sampling anti-aliasing. |
|
|
enable |
sbool |
Yes |
No |
Enables Multi-Sampled Anti-Aliasing (MSAA). |
|
count |
sint |
Yes |
No |
Number of samples per pixel (may not be supported by all GPUs). |
|
quality |
sint |
Yes |
No |
The higher the quality, the lower the performance. The valid range is between zero (standard multi-sample pattern) and any additional GPU vendor specific value. |
|
fxaa |
Yes |
No |
Fast approximate anti-aliasing. |
|
|
enable |
sbool |
Yes |
No |
Enables Fast Approximate Anti-Aliasing (FXAA). |
|
quality |
sint |
Yes |
No |
The quality level. The values are: 10,11,12,13,14,15,20,21 ,22,23,24,25,26,27,28,29,39. |
|
subpix |
sfloat |
Yes |
No |
Specifies the amount of sub-pixel aliasing removal. The range is zero (0) to 1. |
|
edgeThreshold |
sfloat |
Yes |
No |
The minimum amount of local contrast required to apply algorithm. The range is 0.063 to 0.333. |
|
edgeThresholdMin |
sfloat |
Yes |
No |
Trims the algorithm from processing darks. The range is 0.0312 to 0.0833. |
|
preset |
sstring |
Yes |
No |
Predefined presets (overrides other parameters). The values are: UseParams=none, Low, Medium, High, Ultra. |
|
smaa |
Yes |
No |
Sub-pixel morphological anti-aliasing |
|
|
enable |
sbool |
Yes |
No |
Enables Subpixel Morphological Anti-aliasing (SMAA). |
|
quality |
sint |
Yes |
No |
The quality level. Values: low=0, medium=1, high=2, ultra=3. |
|
edgeDetectionAlgorithm |
sint |
Yes |
No |
Specifies the algorithm used for the edge detection. Values: depth=0, luma=1, color=2. |
