Skip to content

Is there a gltfpack library for CPP? #736

Answered by zeux
Mnzs1701 asked this question in Q&A
Discussion options

You must be logged in to vote

Buffer compression can be accessed via meshoptimizer library; documented here https:/zeux/meshoptimizer?tab=readme-ov-file#vertexindex-buffer-compression except for filters that can be accessed via encoders in meshoptimizer (https:/zeux/meshoptimizer/blob/master/src/meshoptimizer.h#L298-L326). Note that gltfpack currently doesn't use the encoder functions, as they were added after the gltfpack implementation but it's the same algorithms more or less, I just haven't gotten around to replacing the code in gltfpack to use the meshoptimizer functions directly.

For various other processing functions gltfpack mostly relies on meshoptimizer where possible; of course vario…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mnzs1701
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants