mirror of
https://github.com/DrBeef/Raze.git
synced 2025-03-02 23:32:01 +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"
|
1, "$OPTVAL_QUALITY"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OptionValue "Video Renderers"
|
||||||
|
{
|
||||||
|
0, "$OPTVAL_POLYMOST"
|
||||||
|
1, "$OPTVAL_NEWRENDERER"
|
||||||
|
}
|
||||||
|
|
||||||
OptionMenu "VideoOptions" protected
|
OptionMenu "VideoOptions" protected
|
||||||
{
|
{
|
||||||
Title "$DSPLYMNU_TITLE"
|
Title "$DSPLYMNU_TITLE"
|
||||||
|
@ -1093,6 +1099,7 @@ OptionMenu "VideoOptions" protected
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Slider "$DSPLYMNU_FOV", "r_fov", 60, 130, 10, 1
|
Slider "$DSPLYMNU_FOV", "r_fov", 60, 130, 10, 1
|
||||||
Option "$GLPREFMNU_RENDERQUALITY", gl_seamless, "Precision"
|
Option "$GLPREFMNU_RENDERQUALITY", gl_seamless, "Precision"
|
||||||
|
Option "$VID_RENDERER", testnewrenderer, "Video Renderers"
|
||||||
|
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Option "$GLTEXMNU_TEXFILTER", gl_texture_filter, "FilterModes"
|
Option "$GLTEXMNU_TEXFILTER", gl_texture_filter, "FilterModes"
|
||||||
|
|
Loading…
Reference in a new issue