Skip to main content

create_hull

Function create_hull 

Source
pub fn create_hull(points: &[Vec3], max_vertex_count: i32) -> Option<HullData>
Expand description

Create a convex hull from a point cloud. (b3CreateHull)