forked from sezero/quakespasm
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cvars for various aspects of r_softemu (#74)
- r_softemu_dither: global dithering multiplier (default: 1.0) - r_softemu_dither_screen: multiplier for screen-space dithering (default: 1.0) - r_softemu_dither_texture: multiplier for texture-space dithering (default: 1.0) - r_softemu_lightmap_banding: whether or not to limit lightmap precision to 6 bits 0 = disabled (8-bit lightmaps) 1 = enabled (6-bit lightmaps) -1 (default) = auto (enabled for r_softemu 3, disabled otherwise) - r_softemu_mdl_warp: whether or not to use software-style MDL UV mapping 0 = disabled (use perspective correction) 1 = enabled (no perspective correction, half-texel offset) -1 (default) = auto (enabled for r_softemu 3, disabled otherwise) - scr_menubgstyle: menu background style 0 = glquake 1 = winquake (fine) 2 = winquake (coarse) 3 = dos quake -1 (default) = auto (chosen based on the value of r_softemu)
- Loading branch information
1 parent
e53ecee
commit b0971a3
Showing
10 changed files
with
138 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.