MeshExtensions.InvertedNormals
Extension Method in MeshExtensions
Declaration
public static Vector3[] InvertedNormals(this Mesh mesh)Description
Returns an array of inverted normals of the mesh.
Parameters
| mesh | The mesh to get the inverted normals from. |
Returns
| Vector3[] | An array of inverted normals of the mesh. |