Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.11 KB

antialiasing.md

File metadata and controls

38 lines (26 loc) · 1.11 KB

Anti-aliasing (AA)

Aliasing has a big impact on the image quality. To fight it, Armory comes pre-equipped with several solutions. Each has varying quality / performance ratio.

No AA

Disabled anti-aliasing.

MSAA

MSAA can be utilized for Forward render path, or any custom path that renders directly to framebuffer. MSAA can be enabled by setting Armory Render Path - Renderer - MSAA. Enter a value from 1 (disabled) to 16 (max quality).

FXAA

The fastest technique, at a cost of blurring.

Subpixel Morphological AA

More advanced technique producing less blur.

Temporal AA

For dynamic scenes, a velocity buffer is required for reprojection.

Super-sampling

Costly method effectively rendering the scene at higher resolution.