1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Added video settings filter options via config file - second try :-)

Set one or more of these in the config to turn the related option on:

mip_map = 1
anisotropic_filter = 1
bilinear_filter = 1
trilinear_filter = 1
This commit is contained in:
Vanessa Ezekowitz 2012-11-04 10:51:40 -05:00 committed by Perttu Ahola
parent 0709918bd8
commit 0dd9c14ff8
4 changed files with 29 additions and 3 deletions

View file

@ -41,6 +41,10 @@ struct MainMenuData
bool smooth_lighting;
bool clouds_3d;
bool opaque_water;
bool mip_map;
bool anisotropic_filter;
bool bilinear_filter;
bool trilinear_filter;
// Server options
bool creative_mode;
bool enable_damage;