Add sprite shadows for the software renderer

This commit is contained in:
nashmuhandes 2021-04-21 22:15:05 +08:00 committed by Rachael Alexanderson
commit 5446a1a355
7 changed files with 77 additions and 3 deletions

View file

@ -351,6 +351,8 @@ static FFlagDef ActorFlagDefs[]=
DEFINE_FLAG(RF, DONTINTERPOLATE, AActor, renderflags),
DEFINE_FLAG(RF, SPRITEFLIP, AActor, renderflags),
DEFINE_FLAG(RF, ZDOOMTRANS, AActor, renderflags),
DEFINE_FLAG(RF, CASTSPRITESHADOW, AActor, renderflags),
DEFINE_FLAG(RF, NOSPRITESHADOW, AActor, renderflags),
// Bounce flags
DEFINE_FLAG2(BOUNCE_Walls, BOUNCEONWALLS, AActor, BounceFlags),