Files
godot-demo-projects/viewport/3d_scaling
A Thousand Ships 0343cedd48 General proofreading (#1262)
* General proofreading for grammar and spelling
* General formatting
* Addition of appropriate literals where appropriate, i.e. `&"foo"` for `StringName` cases and `^"foo/bar"` for `NodePath` cases
2025-10-11 01:39:59 -07:00
..
2025-10-11 01:39:59 -07:00

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+

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

Screenshot

3D Resolution Scaling