MeshExtensions.InvertTriangles
Extension Method in MeshExtensions
Declaration
public static void InvertTriangles(this Mesh mesh, bool calculateBounds = false)
Description
Inverts the triangles of the mesh.
Parameters
mesh | The mesh to invert. |
calculateBounds | Recalculates the bounds of the mesh after inversion. |