Christen Lofland bf4d1038d6 Minor spelling fixes in strings, comments and non-code files. (#1236) 1 month ago
..
polyhaven 4d49bbd1b8 Update demos for Godot 4.4 5 months ago
screenshots 48d2ec90fc Improve the 3D graphics settings demo 3 years ago
3d_scene.tscn 819d201cc4 Enable physics interpolation in all 3D demos (#1074) 4 months ago
README.md b4c73f4888 Fix README links to asset library (#1078) 1 year ago
control.tscn 819d201cc4 Enable physics interpolation in all 3D demos (#1074) 4 months ago
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 2 years ago
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 2 years ago
project.godot 4d49bbd1b8 Update demos for Godot 4.4 5 months ago
settings.gd bf4d1038d6 Minor spelling fixes in strings, comments and non-code files. (#1236) 1 month ago
settings.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 5 months ago

README.md

3D Graphics Settings

A demo showing an example of a graphics settings menu.

Included settings are:

Video settings:

  • UI scale.
  • Resolution scale.
  • Display filter (bilinear or AMD FidelityFX Super Resolution 1.0).
  • Fullscreen.
  • V-Sync (traditional and adaptive).
  • Anti-aliasing (MSAA and FXAA).
  • Camera field of view.

Effect settings:

  • Signed distance field global illumination (SDFGI).
  • Bloom (glow).
  • Screen-space ambient occlusion (SSAO).
  • Screen-Space reflections (SSR).
  • Screen-space indirect lighting (SSIL).
  • Volumetric fog.
  • Screen adjustments: brightness, contrast, saturation.

Language: GDScript

Renderer: Forward+

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2738

Screenshots

Screenshot