My goal is to draw an object’s orbit in space, and it needs to remain clearly visible from any camera distance.
First, I create the orbital spline. Then I apply a standard cylinder mesh to it and use a material with “world position offset.”
But in result I have:
Did I choose the correct approach for achieving my goal?
How can I fix the display of my line?