PostEffectAntiAliasing

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

Purpose

The PostEffectAntiAliasing offers anti-aliasing of it’s 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

Selects which antialiasing 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.
DLAA DLAA DLAA, see SoPostEffectAntiAliasing for details.
Super Sampling2x2 SuperSampling2x2 The scene is rendered with 2x supersampling.