Crates.io | nannou_mesh |
lib.rs | nannou_mesh |
version | 0.19.0 |
source | src |
created_at | 2021-07-08 12:26:21.669259 |
updated_at | 2024-01-17 07:40:01.891128 |
description | The mesh abstraction shared between nannou's `Draw` and `Ui` abstractions. |
homepage | https://nannou.cc |
repository | https://github.com/nannou-org/nannou.git |
max_upload_size | |
id | 420314 |
size | 45,908 |
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.