1 Repo
Specialized processes for retrieving and structuring 3D mesh and material data from files.
Distinct from Dataset Loading: Focuses on 3D geometry data structures rather than general data retrieval or ML datasets.
Explore 1 awesome GitHub repository matching data & databases · Geometry. Refine with filters or upvote what's useful.
tinyobjloader is a header-only C++ library for parsing Wavefront OBJ and MTL files. It extracts 3D mesh geometry, shape topology, and material definitions into memory, supporting the conversion of formatted text strings or files into vertex, normal, and texture coordinate data structures. The library provides a triangulation pipeline that converts complex, multi-vertex polygons into triangles using 2D projection and ear-clipping algorithms. It supports physically based rendering setups by extracting PBR material parameters and texture maps from material library files. To handle large dataset
Parses massive 3D datasets using a one-pass loader with multithreading and arena allocation to minimize memory overhead.