Module bevy_retrograde_epaint::tessellator[][src]

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

Helpers for constructing paths

Structs

Tessellation quality options

Converts Shapes into Mesh.

Enums

Functions

Turns Shape:s into sets of triangles.