How to implement a c++ version of glb decoder and export uncompressed glb files #647
Unanswered
xinghaoyujianni
asked this question in
Q&A
Replies: 1 comment
-
Are you looking for a C++ code example? If so, if you are using cgltf you can use the snippet here: jkuhlmann/cgltf#129 (comment) to decompress the buffers. If you're looking for command line GLB conversion, I plan to implement support for EXT_meshopt_compression in gltfpack in input files in the future. It's also worth noting that gltf-transform supports EXT_meshopt_compression out of the box, so you can |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hopefully a c++ version of the decoder can be implemented to decode compressed glb files to uncompressed glb for use by other c++3D programs
Beta Was this translation helpful? Give feedback.
All reactions