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
- Host: GitHub
- URL: https://github.com/potato3d/objparser
- Owner: potato3d
- License: mit
- Created: 2021-02-12T19:10:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T19:40:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T05:36:16.973Z (about 1 year ago)
- Topics: 3d, 3d-wavefront, library, mtl-files, obj-files, parser, reader, wavefront-obj
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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