your current location:首页 > news>Qd aa minecraft

Qd aa minecraft

2024-12-12 09:35:05|Myriagame |source:minecraft skins

Qdaa -Quick & Dirty Antialiasing

This module provides simple and violent anti -aliasing.

It achieved the above effect through SSAA (Super-Sampling Anti-Aliasing) to achieve the above effect (more accurate in terms of 2xssaa, and the game through double resolution rendering screens to double resolution), because thisThe simplest and purest method is also the most consumed.

For example, assuming that your game runs with a resolution of 1280x720, QDAA will render the image with 2560X1440 and reduce it to 1280x720 to achieve anti -aliasing effect.

Minecraft images

The method of implementing this module is actually the method used by the MC processing on the rendering of Macos Retina. Therefore, except for other modules that have been modified how to draw the frame buffer, this module can theoretically can in theory.compatible.At the same time, QDAA can also deal with GUI's anti -aliasing, and can also improve the readability of the rotating text and smooth the edge of the 3D item model.