From 734e670e30d7951757fb7f3325f63417e3c1dd91 Mon Sep 17 00:00:00 2001 From: sinisterseed Date: Sun, 2 Jan 2022 16:45:40 +0200 Subject: [PATCH] - added menu entries to toggle between the classic Polymost renderer and the new polygonal one. --- wadsrc/static/menudef.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 2880f6978..f8ba55e96 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -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"