Method GenerateUvs
GenerateUvs(List<Vector2>, Pose, List<Vector3>)
Generates a List
of UVs from the given parameters.
Declaration
public static void GenerateUvs(List<Vector2> Uvs, Pose pose, List<Vector3> vertices)
Parameters
Type | Name | Description |
---|---|---|
List<Vector2> | Uvs | The |
Pose | pose | The session-space pose of the mesh. |
List<Vector3> | vertices | The vertices of the plane's boundary, in plane-space. |