It gets involved otherwise. This probably works the best for everyone. Although, if you do need the structure… youre out of luck, probably have to parse the obj yourself.
not really the only way, for the vertex that has , say 3 different faces using it and thus 3 different face normals, you could duplicate it and have each face index to point to different vertex copy. assuming all of the vertices are like that, of course, makes the index useless, but if some of adjacent faces share the same face normal, an index could still save you some space
@makc3d Whatever way we choose, if we need correct shading, based on normals, we come to a non-indexed buffer geometry.
The author wants an index for normals the same way like for vertices, at least I got it like that.