- added menu entries to toggle between the classic Polymost renderer and the new polygonal one.

This commit is contained in:
sinisterseed 2022-01-02 16:45:40 +02:00
parent 2ac83b733c
commit 734e670e30

View file

@ -1059,6 +1059,12 @@ OptionValue "Precision"
1, "$OPTVAL_QUALITY"
}
OptionValue "Video Renderers"
{
0, "$OPTVAL_POLYMOST"
1, "$OPTVAL_NEWRENDERER"
}
OptionMenu "VideoOptions" protected
{
Title "$DSPLYMNU_TITLE"
@ -1093,6 +1099,7 @@ OptionMenu "VideoOptions" protected
StaticText ""
Slider "$DSPLYMNU_FOV", "r_fov", 60, 130, 10, 1
Option "$GLPREFMNU_RENDERQUALITY", gl_seamless, "Precision"
Option "$VID_RENDERER", testnewrenderer, "Video Renderers"
StaticText ""
Option "$GLTEXMNU_TEXFILTER", gl_texture_filter, "FilterModes"