PostEffectAntiAliasing

MacroModule
genre View3D
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition viewers.def
keywords antialiasing

Purpose

The PostEffectAntiAliasing offers anti-aliasing of its input scene.

It makes use of the GLSL Post-Processing Effect Framework and the SoPostEffectAntiAliasing module.

For details on the anti-aliasing modes, have a look at the SoPostEffectAntiAliasing module.

It you want to use anti-aliasing together with other features of the post effect framework, you should either use the SoPostEffectRenderer and its extensions directly, or you can use the PostEffectRenderer macro module.

Parameter Fields

Visible Fields

Antialiasing

name: antiAliasing, type: Enum, default: FXAA

Defines which anti-aliasing mode should be used.

Values:

Title Name Description
Off Off The anti-aliasing is turned off. This bypasses the post effect renderer completely.
FXAA FXAA

FXAA, see SoPostEffectAntiAliasing for details.

FXAA stands for ‘fast approximate anti-aliasing’.

DLAA DLAA

DLAA, see SoPostEffectAntiAliasing for details.

DLAA stands for ‘deep learning anti-aliasing’.

Super Sampling2x2 SuperSampling2x2 The scene is rendered with 2x super-sampling.