LineRenderer2D icon indicating copy to clipboard operation
LineRenderer2D copied to clipboard

Outline?

Open johste93 opened this issue 3 years ago • 1 comments

Would there be a performant way of adding an outline?

Checking all neighboring pixels with IsPixelInLine_float seem to be a lot of work.

johste93 avatar Oct 02 '22 21:10 johste93

You could paint the line five times, displacing it 1 pixel up, down, left and right, and then the center.

QThund avatar Nov 12 '22 13:11 QThund