cut_mesh(): new parameter to optionally not triangulate the caps.
This commit is contained in:
@@ -76,7 +76,8 @@ void cut_mesh(
|
||||
const indexed_triangle_set &mesh,
|
||||
float z,
|
||||
indexed_triangle_set *upper,
|
||||
indexed_triangle_set *lower);
|
||||
indexed_triangle_set *lower,
|
||||
bool triangulate_caps = true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user