Overview
The @loaders.gl/obj
module handles the the Wavefront OBJ format, a simple ASCII format that defines 3D geometries as vertices, normals and faces.
Installation
npm install @loaders.gl/obj
npm install @loaders.gl/core
Attribution
OBJLoader is a port of three.js's OBJLoader under MIT License.