potato3d / objparser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

objparser

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

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

About

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

License:MIT License


Languages

Language:C++ 100.0%