[][src]Module polystrip::vertex

Vertices and shapes, the core of the rendering process.

Structs

ColorVertex

A vertex describing a position and a colour.

ColoredShape

A set of vertices and indices describing a geometric shape as a set of triangles.

TextureVertex

A vertex describing a position and a position on a texture.

TexturedShape

A set of vertices and indices describing a geometric shape as a set of triangles.

Enums

ShapeSet

A set of ColoredShapes or TexturedShapes.