[Feature Request] More control over ztesting coloring

Hi! first I wanted to say ALINE is an amazing asset and so far works like a charm, you can see the level of simplicity and detail put into it’s development as you see with A*.

I wanted to make a suggestion to add more control over the ztesting part of ALINE, right now I didn’t find any way to control whether to enable or disable it so lines can look the same on top/behind of objects, or even something cooler like controlling the color behind objects, like controlling the alpha reduction. It would be nice if we can have those kinds of controls as a scope or even on a per-draw basis, something like an override of each draw method like:

public void Line (Vector3 a, Vector3 b, Color color, Color behindColor);

thanks in advance!

2 Likes