- 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:
parent
b845fdb5d5
commit
2dfb1dd92f
2 changed files with 18 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue