|
|
|
|
|
by ehaliewicz2
384 days ago
|
|
It definitely makes it simpler. You can do a per-screen window sort, rather than per-pixel :). Per-pixel sorting while racing the beam is tricky, game consoles usually did it by limiting the number of objects (sprites) per-line, and fetching+caching them before the line is reached. |
|