Expand description

§Bevy Procedural: Meshes

crates.io GitHub Repo stars This crate provides a set of procedural mesh generation tools for Bevy.

Modules§

  • This module contains the implementation of the lyon mesh import functions.

Structs§

  • A list of indices of type T.
  • A mesh with vertices, indices of type T, uv coordinates and normals.
  • A list of vertices.

Enums§

  • The two possible orientations for the edges of a shape to be built in.

Traits§

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