🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Can tiny glTF library be used to read glb files?

Started by
2 comments, last by convert 2 years, 3 months ago

I found tiny glTF library here: https://github.com/syoyo/tinygltf.​ Unfortunately there is no real explanation about what it should really be good for, and documentation is mising as well. Has somebody used this library? If yes can it be used to read glb files?

Advertisement

You put a dot in the link. It says in the README that it can in fact parse glb which is just glTF but in a binary format. If it couldn't do that it would be seem quite pointless…

perry_blueberry said:

You put a dot in the link. It says in the README that it can in fact parse glb which is just glTF but in a binary format. If it couldn't do that it would be seem quite pointless…

Sorry, my bad english, need to know how to load the model and coresponding textures, so it can be used in OpenGL application.

This topic is closed to new replies.

Advertisement