mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
- new render styles.
This commit is contained in:
parent
621a33df3b
commit
998c8b15b2
1 changed files with 2 additions and 0 deletions
|
@ -298,6 +298,8 @@
|
|||
#define STYLE_SoulTrans 3 // Draw translucent with amount in r_transsouls
|
||||
#define STYLE_OptFuzzy 4 // Draw as fuzzy, translucent or shadow, based on user preference
|
||||
#define STYLE_Stencil 5 // Draw as solid color
|
||||
#define STYLE_AddStencil 6 // Draw as additive solid color
|
||||
#define STYLE_AddShaded 7 //
|
||||
#define STYLE_Translucent 64 // Draw translucent
|
||||
#define STYLE_Add 65 // Draw additive
|
||||
#define STYLE_Shaded 66 //
|
||||
|
|
Loading…
Reference in a new issue