- started adding the draw list code from GZDoom.

This commit is contained in:
Christoph Oelckers 2021-03-18 10:19:13 +01:00
parent 0f28069f96
commit e9dd1c104b
10 changed files with 540 additions and 25 deletions

View file

@ -6,4 +6,5 @@
extern int cameradist, cameraclock;
bool calcChaseCamPos(int* px, int* py, int* pz, spritetype* pspr, short *psectnum, binangle ang, fixedhoriz horiz, double const smoothratio);
bool calcChaseCamPos(int* px, int* py, int* pz, spritetype* pspr, short *psectnum, binangle ang, fixedhoriz horiz, double const smoothratio);
bool spriteIsModelOrVoxel(const spritetype* tspr);