I have f 11/27/2 9/61/2 41/62/2 25/28/2
with f
indicating face of a polygon. It's line 8114 of wooden watch tower2.obj in format f <integer A_V>/<integer A_VT>/<integer A_VN> <integer B_V>/...
with <integer A_VT>
being a texture coordinate index (27
referencing vt 0.4877 0.2630
), which I suppose when scaled by textures dimensions 0.4877 * texture.width
and 0.2630 * texture.height
gives x,y coordinates to a pixel of the texture (Wood_Tower_Col.jpg).
But if that would be correct, the number of texture coordinates (4018) would match the number of vertices (3845). What am I doing wrong?