Hacker News new | ask | show | jobs
by MadDemon 789 days ago
> Drawing one line per sample leaves very little aliasing.

It's definitely gonna look better than just skipping samples, but you're also gonna draw a lot of unnecessary lines.

1 comments

Unnecessary lines are trivially avoided by the proposed min/max optimisation.