I have the following question regarding getting the positions of a particular edge of a 3D object.
Example, I have a track (car game) and I want to calculate, through a C # script, both sides of the track. See image:
I have the positions of all the vertices (which also exist in the center of the track), however I want the vertices that are only at the edge of the track.
Does anyone know which calculation to use?