b3QHull allows users to create hull shapes from a list of points quickly. Example usage: vec3* points = 0; uint count = create_points(points); b3QHull hull; hull.Set(points, count);
b3QHull allows users to create hull shapes from a list of points quickly. Example usage: vec3* points = 0; uint count = create_points(points); b3QHull hull; hull.Set(points, count);