Type Definition spectra::model::ObjVertex [] [src]

type ObjVertex = (ObjVertexPos, ObjVertexNor, ObjVertexTexCoord);

Vertex type used by OBJ models. It’s a triplet of vertex position, vertex normals and textures coordinates.