An open API service indexing awesome lists of open source software.

https://github.com/potato3d/objparser

C++ library to read 3D Wavefront OBJ/MTL files
https://github.com/potato3d/objparser

3d 3d-wavefront library mtl-files obj-files parser reader wavefront-obj

Last synced: 3 months ago
JSON representation

C++ library to read 3D Wavefront OBJ/MTL files

Awesome Lists containing this project

README

          

# objparser
Simple C++ library to read [3D Wavefront OBJ/MTL files](https://en.wikipedia.org/wiki/Wavefront_.obj_file#:~:text=The%20OBJ%20file%20format%20is,of%20vertices%2C%20and%20texture%20vertices.)

# Description

Header files: include/objparser.h and include/mtlparser.h

Source files: src/objparser.cpp and src/mtlparser.cpp

Visual Studio project files located in mak.vc8 directory.

# Example

There is an example application in example/main.cpp