Module tessellator

Source
Expand description

Converts graphics primitives into textured triangles.

This module converts lines, circles, text and more represented by Shape into textured triangles represented by Mesh.

Modules§

path
Helpers for constructing paths

Structs§

Path
A connected line (without thickness or gaps) which can be tessellated to either to a stroke (with thickness) or a filled convex area. Used as a scratch-pad during tessellation.
TessellationOptions
Tessellation quality options
Tessellator
Converts Shapes into triangles (Mesh).

Enums§

PathType

Functions§

tessellate_shapesDeprecated