MeshExtensions.InvertNormals
Extension Method in MeshExtensions
Declaration
public static void InvertNormals(this Mesh mesh)
Description
Inverts the normals of the mesh.
Parameters
mesh | The mesh to invert. |
public static void InvertNormals(this Mesh mesh)
Inverts the normals of the mesh.
mesh | The mesh to invert. |