Hello everyone,
I’m making a system for ingame road placement, where I create road segments between two points of a list of points and put them together.
Now I have a problem when calculating an angle between 2 road segments, to check if both segments form a straight line or are curved. In other words, I need to get an angle from two lines, each line defined by a Vector3.
Help would be very appreciated,
WRZ