Hello all,
I am new to unity and I want to draw a parabola in 3D and I am not getting how to draw it.Can anyone show me some way to proceed?
Thanks in advance.
you can use the LineRenderer to draw lines.
The details of how to formulate the equation of a parabola in 3D space elludes me right now, but I have done it before to trace the arc of an object, I’ll give it some thought and come back to it if no one has answered.
I’d recommend Vectrosity for drawing lines in 3D. It has a built-in function for bezier curves, but you can make a parabola using whatever math you like.
–Eric