A rudimentary C library for generating STL files from triangle lists and vice versa.
libtrix
enforces no topological rules. No checks are implemented to prohibit degenerate triangles, non-watertight meshes, or inconsistent surface orientation. It is considered the application's responsibility to generate or check for valid geometry.
The libtrix.h
header includes comments documenting the functions and data structures which comprise the libtrix
interface.
Freely distributed under an MIT License. See the LICENSE
file for details.