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

meshThe mesh to invert.
calculateBoundsRecalculates the bounds of the mesh after inversion.