Crate bevy_procedural_meshes

Source
Expand description

§Bevy Procedural: Meshes

crates.io GitHub Repo stars 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§

IndexType
Trait for the unsigned integer type used for node and edge indices.