Edit of asset "3D Anti-Aliasing Demo" Accepted

Old/Current New/Edit
Title 3D Anti-Aliasing Demo 3D Anti-Aliasing Demo
Description This project showcases the various 3D antialiasing techniques supported by Godot.

- Multisample antialiasing (MSAA): High quality, high performance cost. Does not blur the image.
- Fast approximate antialiasing (FXAA): Medium quality, low performance cost. Slightly blurs the image.
- Temporal antialiasing (TAA): High-quality, low performance cost. Slightly blurs the image (but less so than FXAA).
- Supersampling (SSAA): The highest-quality technique, but also the most expensive. Does not blur the image.
- Alpha antialiasing: Applied on certain materials in the demo, available in two modes (Alpha Edge Blend and Alpha Edge Clip). This is most effective when MSAA is enabled, as Godot enables alpha-to-coverage rendering on the material in this case. When MSAA is disabled, a fixed dithering pattern is applied on the edge of transparent areas on the material.

Godot allows using multiple antialiasing techniques at the same time. This can be useful to obtain the best possible quality, or to find a better performance tradeoff.

A resolution scale slider is also provided. When set below 100%, AMD FidelityFX Super Resolution 1.0 upscaling can be enabled to improve visuals compared to traditional bilinear filtering.

Language: GDScript

Renderer: Forward+
This project showcases the various 3D antialiasing techniques supported by Godot.

A resolution scale slider is also provided. When set below 100%, AMD FidelityFX Super Resolution 1.0 upscaling can be enabled to improve visuals compared to traditional bilinear filtering.

Language: GDScript

Renderer: Forward+
Category Demos Demos
License MIT MIT
Repository Provider Custom Custom
Repository Url https://github.com/godotengine/godot-demo-projects/tree/4.2-31d1c0c/3d/antialiasing https://github.com/godotengine/godot-demo-projects/tree/4.2-31d1c0c/3d/antialiasing
Issues Url https://github.com/godotengine/godot-demo-projects/issues https://github.com/godotengine/godot-demo-projects/issues
Godot version Godot 4.2 Godot 4.2
Version String 4.2-31d1c0c 4.2-31d1c0c
Download Commit https://github.com/godotengine/godot-demo-projects/releases/download/4.2-31d1c0c/3d_antialiasing.zip https://github.com/godotengine/godot-demo-projects/releases/download/4.2-31d1c0c/3d_antialiasing.zip
Download Url (Computed) https://github.com/godotengine/godot-demo-projects/releases/download/4.2-31d1c0c/3d_antialiasing.zip https://github.com/godotengine/godot-demo-projects/releases/download/4.2-31d1c0c/3d_antialiasing.zip
Icon Url https://raw.githubusercontent.com/godotengine/godot-demo-projects/4.2-31d1c0c/3d/antialiasing/icon.webp
https://raw.githubusercontent.com/godotengine/godot-demo-projects/4.2-31d1c0c/3d/antialiasing/icon.webp
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/godotengine/godot-demo-projects/4.2-31d1c0c/3d/antialiasing/screenshots/antialiasing.webp
Thumbnail