Crate chair

Source
Expand description

Efficient binary encoded mesh format Supports loading meshes that may contain colour, uvs, normals and bone weights Automatically maps uvs to atlas regions

Macros§

features

Structs§

AtlasRegion
A region from an atlas
BasicVertex
A vertex that just has position
ColouredVertex
A vertex with position and colour
Mesh
MeshReader
Configuration for reading meshes
TexturedVertex
A vertex with position and texture coordinates

Enums§

Error
MeshFeature

Constants§

INDEX_FORMAT

Traits§

Atlas
A texture atlas that maps strings to regions
Pod
Marker trait for “plain old data”.
Vertex
The vertex trait implemented by vertex types
Zeroable
Trait for types that can be safely created with zeroed.

Type Aliases§

Index
MeshFeatures
Result

Derive Macros§

Pod
Derive the Pod trait for a struct
Zeroable
Derive the Zeroable trait for a type.