Hacker News new | ask | show | jobs
by BearOso 2229 days ago
For any span of pixels, you render from one edge to another because your y-coordinate is fixed. You only have to consider 2 edges at a time during rasterization. You can subdivide a quad easily, though, so it's not that much of an advantage.