attempt at shadows. they're still a bit weird tho.

This commit is contained in:
StapleButter
2017-04-22 18:04:54 +02:00
parent 70c72004ac
commit a086e22023
3 changed files with 63 additions and 9 deletions

View File

@ -54,6 +54,10 @@ typedef struct
bool FacingView;
bool Translucent;
bool IsShadowMask;
bool IsShadow;
bool ClearStencil;
u32 VTop, VBottom; // vertex indices
s32 YTop, YBottom; // Y coords
s32 XTop, XBottom; // associated X coords