Hello everybody,
using Vectrosity, on multiple camera transforms the drawn lines disappear.
There is supposed to be a red line drawn on the x-axis. Moving a little to the left renders the line again.
This is how I usually use Vectrosity to instantiate my lines:
VectorLine xAxisA = new VectorLine("x axis positive", xAxisPoints, null, 1);
xAxisA.SetColor(xAxisColor);
xAxisA.drawTransform = go.transform;
xAxisA.Draw3DAuto();
This problem occurs on each line which I draw like this.
Isn’t the call Draw3DAuto() supposed to take care of this?
Thanks in advance!

