Antialias
The Antialias node implements a quick and basic FXAA approach. This can be used as an alternative or in compliment to the MSAA option in the Camera Render parameters.
Inputs and Controls
|
Connection Type |
Connection Name |
Function |
|
Input |
src |
The image sequence to which the Antialias is applied. |
|
Control (UI) |
Knob (Scripting) |
Default Value |
Function |
|
Type name |
TypeName |
Antialias |
The node type. |
| Enabled | Enabled | ticked | If unchecked, this node will be omitted from the compiled image processing graph. Any incoming connections will be forwarded to the first output port, if any. |
| Label | Label | N/A | An optional label to display on the node. |
| Parameters | |||
|
Reset parameters to default value using the reset icon: |
|||
| FXAA max sample distance | FXAASpanMax | 10.000 | The maximum distance an aliased pixel can sample from itself. |
| FXAA luma threshold | FXAALumaThreshold | 0.600 |
The threshold needed to hit for FXAA to be applied to a sample. |
| FXAA divisor multiplier | FXAADivisorMul | 0.000 | A multiplier for modifying the sample distance divisor. |
| FXAA minimum divisor | FXAAMinDivisor | 0.000 | The minimum value to divide sample distance by. |