Expand description
A mesh exchange library for providing convenient conversion utilities between popular mesh formats.
§Overview
This library is designed to simplify interoperability between different 3D applications using mesh data
structures. meshx also provides common mesh types and APIs to work with attributes.
Re-exports§
Modules§
- algo
- attrib
- Attribute API.
- bbox
- index
- This module defines an index type that can be invalid, although it has the same size as
usize. This allows collections of
usizeintegers to be reinterpreted as collections ofIndextypes. For indexing into mesh topologies use types defined in themesh::topologymodule. - interval
- io
- IO module for mesh files.
- mesh
- ops
- prim
- utils