Hey there, I am trying to find out how i can create a Circle with a center point, radius and a normal vector. I already know that I have to create the mesh by myself with little line segments. I am also able to create a simple circle with sin and cos but my solution only works in one direction.
I am sure it is possible to calculate the points around a direction vector. Does anyone have an idea to do so?
kind regards