Expand description
§Bevy Procedural: Meshes
This crate provides a set of procedural mesh generation tools for Bevy.
Modules§
- lyon
- This module contains the implementation of the lyon mesh import functions.
Structs§
- PIndices
- A list of indices of type T.
- PMesh
- A mesh with vertices, indices of type T, uv coordinates and normals.
- PVertices
- A list of vertices.
Enums§
- Winding
- The two possible orientations for the edges of a shape to be built in.
Traits§
- Index
Type - Trait for the unsigned integer type used for node and edge indices.