MeshExtensions.InvertNormals

Extension Method in MeshExtensions

Declaration

public static void InvertNormals(this Mesh mesh)

Description

Inverts the normals of the mesh.

Parameters

meshThe mesh to invert.