Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tutorials/3d/resolution_scaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ Textures used in 2D don't have mipmaps enabled by default, which means only 3D
rendering is affected unless you enabled mipmaps on 2D textures in the Import
dock.

The formula used to determine the texture mipmap bias is: TODO
The formula used to determine the texture mipmap bias is:
``log2f(min(scaling_3d_scale, 1.0)) + custom_texture_mipmap_bias``

To counteract the blurriness added by some antialiasing methods, Godot also adds
a ``-0.25`` offset when FXAA is enabled, and a ``-0.5`` offset when TAA is
Expand Down