[][src]Module nannou::mesh::vertex

Vertex types yielded by the mesh adaptors and their implementations.

Structs

WithColor

A vertex with a specified color.

WithNormal

A vertex with its normal vector.

WithTexCoords

A vertex with some specified texture coordinates.