mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Improve font crispness dramatically by setting text-minfilter to linear by default
This commit is contained in:
parent
274659cdc3
commit
2dd503df00
@ -181,7 +181,7 @@ ConfigVariableDouble text_default_underscore_height
|
||||
"to the text baseline, when underscoring is enabled."));
|
||||
|
||||
ConfigVariableEnum<Texture::FilterType> text_minfilter
|
||||
("text-minfilter", Texture::FT_linear_mipmap_linear,
|
||||
("text-minfilter", Texture::FT_linear,
|
||||
PRC_DESC("The default texture minfilter type for dynamic text fonts"));
|
||||
ConfigVariableEnum<Texture::FilterType> text_magfilter
|
||||
("text-magfilter", Texture::FT_linear,
|
||||
|
Loading…
x
Reference in New Issue
Block a user