public void AddPoint(Vector3 point)
 {
     _track.AddPoint(new Vector3(point.x, point.y, point.z));
 }