Antialiasing

Antialiasing is a technique used to smooth out jagged edges on objects and enhance visual quality. The higher the antialiasing value used the more processing power it needs.

Quest devices support the use of MSAA technique for antialiasing. By default MSAA is disabled.

You can choose between 0x for disable, 2x, 4x or 8x by adjusting the slider

Multisample Anti-Aliasing (MSAA) is a technique in computer graphics that reduces aliasing by sampling multiple locations within each pixel and averaging the results. This process smooths out jagged edges and improves the visual quality of rendered images.

Last updated