- Added an alternate 2D sprite sorting comparison function which seems to work better with

large voxels than the standard 1D sprite sort.

SVN r4229 (trunk)
This commit is contained in:
Randy Heit 2013-04-28 03:31:13 +00:00
commit 2dfb1dd92f
2 changed files with 18 additions and 1 deletions

View file

@ -38,6 +38,7 @@ struct vissprite_t
fixed_t xscale, yscale;
fixed_t depth;
fixed_t idepth; // 1/z
fixed_t deltax, deltay;
DWORD FillColor;
fixed_t floorclip;
union