readObjMeshData

Reads and processes mesh data from a list of lines in OBJ format.

Return

A CompoundMeshData object containing processed vertex data and meshes. The resulting data includes vertices, texture coordinates, colors, normals, tangents, and bitangents, alongside their associated face indices, grouped into meshes.

Parameters

lines

An iterable collection of strings representing the lines of an OBJ file. Each line contains information about vertices, normals, texture coordinates, face definitions, or group definitions.