The Line-Rendering runs on a seperate layer atm. It is not sorted at all at the moment, that's a problem for future-me :P
The red, green and blue lines work by rendering a bigger, colored line first and then rendering a white, smaller line on top.
The line sizes stay the same at all times, no matter how close or far away it is.
Here's how it works in code:
9 comments