Advertisement

Can tiny glTF library be used to read glb files?

Started by March 02, 2022 08:13 PM
2 comments, last by convert 2 years, 9 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?

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…

Advertisement

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