- Added menu options for sprite and line distance cull.

This commit is contained in:
drfrag666 2018-05-12 13:43:27 +02:00
parent a545e7de35
commit a79b9705cf
2 changed files with 5 additions and 0 deletions

View file

@ -1819,6 +1819,8 @@ DSPLYMNU_SKYMODE = "Sky render mode";
DSPLYMNU_LINEARSKY = "Linear skies";
DSPLYMNU_GZDFULLBRIGHT = "Fullbright overrides sector color";
DSPLYMNU_SCALEFUZZ = "Scale fuzz effect";
DSPLYMNU_SPRITECULL = "Sprite Cull Distance";
DSPLYMNU_LINECULL = "Wall Cull Distance";
DSPLYMNU_DRAWFUZZ = "Use fuzz effect";
DSPLYMNU_OLDTRANS = "Classic Transparency";
DSPLYMNU_TRANSSOUL = "Lost Soul translucency";

View file

@ -726,6 +726,9 @@ OptionMenu "SWROptions" protected
Option "$DSPLYMNU_LINEARSKY", "r_linearsky", "OnOff"
Option "$DSPLYMNU_GZDFULLBRIGHT", "r_fullbrightignoresectorcolor", "OnOff"
Option "$DSPLYMNU_SCALEFUZZ", "r_fuzzscale", "OnOff"
StaticText " "
ScaleSlider "$DSPLYMNU_SPRITECULL", "r_sprite_distance_cull", 0.0, 8000.0, 500.0, "Disabled"
ScaleSlider "$DSPLYMNU_LINECULL", "r_line_distance_cull", 0.0, 16000.0, 1000.0, "Disabled"
}
OptionMenu "VideoOptions" protected