Re-exports§
pub use lyon::math;
Modules§
- mesh_
builder - shapes
- Shapes for easily constructing basic meshes with
LyonMeshBuilder
.
Structs§
- Bevy
Vertex - Contains all the vertex information needed by bevy to correctly create a mesh.
- Lyon
Mesh Builder - Builder that provides customizable functionality to create
lyon
tessellated meshes and build them sobevy
can consume them.
Traits§
- Lyon
Shape Builder - Represents something capable of being built into a shape with the
LyonMeshBuilder
.
Type Aliases§
- Bevy
Buffers Builder - Type alias for a
BuffersBuilder
that contains the information to properly convertlyon
points toBevyVertex
’s andBevyIndex
’s. - Bevy
Index - Type alias for the type of a mesh index in
bevy
. - Bevy
Vertex Buffers - Type alias for a
VertexBuffers
ofBevyVertex
’s andBevyIndex
’s.