mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- added menu entries to toggle between the classic Polymost renderer and the new polygonal one.
This commit is contained in:
parent
2ac83b733c
commit
734e670e30
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue