Static Public Member Functions | |
static Mesh[] | Slice (Mesh mesh, Plane plane, float epsilon=10e-7f, JobHandle dependsOn=default) |
|
static |
mesh | Mesh to slice - note that only the part that is cut is not allowed to be disconnected or self-intersecting |
plane | Determines the cut - if the plane is not intersecting the mesh, null is returned |
epsilon | |
dependsOn |