1 repositorio
Modular systems that translate various 3D file specifications into a unified internal representation.
Distinct from Plugin Format Adapters: Specializes format adapters specifically for 3D geometry and scene data rather than general software plugins.
Explore 1 awesome GitHub repository matching software engineering & architecture · 3D Format Adapters. Refine with filters or upvote what's useful.
Assimp is a cross-platform 3D asset pipeline and import library that loads numerous industry-standard 3D file formats into a single unified internal data structure. It functions as a framework for converting 3D models between different file formats across multiple operating systems and architectures. The project provides a 3D mesh processing tool for normalizing and optimizing geometry through triangulation, vertex removal, and normal generation. It also includes a 3D asset export utility to write internal scene data back into various external file formats. The system covers broad capability
Implements a modular system of discrete loaders to translate diverse 3D file formats into a common scene structure.