mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
The 3d_scaling demo was updated to use the built-in 3D scaling mechanisms in the Forward+ and Mobile renderer (Compatibility in 4.3). Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
3D Resolution Scaling
This demo shows how to downscale the 3D resolution without affecting 2D elements, to improve performance without making the UI blurry.
See Resolution scaling in the documentation for details.
Language: GDScript
Renderer: Forward+
