Irlan 28367b8108 add b3QHull object
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);
2018-04-17 01:58:36 -03:00
..
2018-04-17 01:58:36 -03:00
2018-04-17 01:53:36 -03:00
2018-04-17 01:58:36 -03:00