UVInfo#

struct UVInfo#

UV texture coordinate information for mesh surfaces.

Contains UV mapping data with support for multiple UV sets and corresponding index arrays for texture coordinate assignment.

Public Members

std::vector<std::vector<Vector2>> uvs#

UV coordinate arrays for multiple texture sets.

std::vector<unsigned int> uvStartIndices#

Starting indices for UV coordinate arrays.