MeshExtensions.RecalculateUV
Extension Method in MeshExtensions
Declaration
public static void RecalculateUV(this Mesh mesh)
Description
Calculates and assigns the UV coordinates of the mesh using its verticies.
Parameters
mesh | The mesh to calculate and assign the UV coordinates to. |