MeshExtensions.InvertedTriangles
Extension Method in MeshExtensions
Declaration
public static int[] InvertedTriangles(this Mesh mesh)
Description
Returns an array of inverted triangles of the mesh.
Parameters
mesh | The mesh to get the inverted triangles from. |
Returns
int[] | An array of inverted triangles of the mesh. |
Overload
Declaration
public static int[] InvertedTriangles(this Mesh mesh, int submesh)
Description
Returns an array of inverted triangles of a submesh of the mesh.
Parameters
mesh | The mesh to get the inverted triangles from. |
submesh | The submesh index. |
Returns
int[] | An array of inverted triangles of the submesh. |