Skip to content

Latest commit

 

History

History
 
 

nannou_mesh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.