Added r_graphics cvar, so that you can finally turn graphics off/on like modern games (yay simplicity)... Doing so results in ascii-style rendering, just because.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5290 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2018-08-13 06:27:29 +00:00
parent c97fa33879
commit a7b696ef8c
11 changed files with 217 additions and 37 deletions

View file

@ -36,6 +36,7 @@ char shaders[][64] =
"postproc_laea",
"postproc_stereographic",
"postproc_equirectangular",
"postproc_ascii",
"fxaa",
"underwaterwarp",
"menutint",