You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the method computeBoundingBox in file AtlasPacker.cpp, if the "points" array is empty, it throws exception as calculating convex hull for empty set of points is wrong. Need to handle this case