kieranhj / stnicc-beeb

Port of STNICCC-2000 for the BBC Micro.

Home Page:https://bitshifters.github.io/posts/prods/bs-beeb-niccc.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix degenerate polys in low & medium quality

kieranhj opened this issue · comments

Halving both the horizontal and vertical vertex coordinates can leave some degenerate (single point) polys which aren’t handled very well. End up with a two pixel dash on the edge of a line because the span buffer isn’t set correctly. Need to filter these out in quality modes < high.

Fixed with #29.