nannou_mesh

Crates.ionannou_mesh
lib.rsnannou_mesh
version0.19.0
sourcesrc
created_at2021-07-08 12:26:21.669259
updated_at2024-01-17 07:40:01.891128
descriptionThe mesh abstraction shared between nannou's `Draw` and `Ui` abstractions.
homepagehttps://nannou.cc
repositoryhttps://github.com/nannou-org/nannou.git
max_upload_size
id420314
size45,908
(mitchmindtree)

documentation

README

nannou_mesh

An API for composing Meshs shared between nannou crates.

Meshs may be composed of different sets of channels including position, color, texture-coordinate and normals. Note that this is quite a low-level representation. For a higher-level, graphics-related mesh API, see the nannou::draw module and the draw.mesh() API.

Commit count: 1659

cargo fmt