I have a little problem. Recently, I created an algorithm that allows you to display thick lines (as a quad-structure), the problem is that when the line is very long and diagonal, the overlap is very large, which makes the line very bad. What are my chances to reduce anti-aliasing when trying to get high performance?
I use (as the tags say) DirectX as a graphical API.
source
share