https://github.com/fynv/obj2glb
Convert obj models to glb
https://github.com/fynv/obj2glb
Last synced: about 1 year ago
JSON representation
Convert obj models to glb
- Host: GitHub
- URL: https://github.com/fynv/obj2glb
- Owner: fynv
- Created: 2023-02-14T08:58:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T09:26:41.000Z (over 3 years ago)
- Last Synced: 2025-04-13T03:17:56.739Z (about 1 year ago)
- Language: C++
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# obj2glb
Convert obj models to glb.
The project is based on [TinyObjLoader](https://github.com/tinyobjloader/tinyobjloader) and [TinyGLTF](https://github.com/syoyo/tinygltf).