Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVE: Implement Binary glTF 2.0 mesh export #578

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

andre-schulz
Copy link
Collaborator

Hi,
this PR implements a Binary glTF 2.0 (aka GLB) exporter. The code was implemented according to the glTF 2.0 spec available at:
https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html

The implementation was tested by validating the resulting GLB with the official glTF Validator:
https://github.khronos.org/glTF-Validator/

Fixes #571

@andre-schulz
Copy link
Collaborator Author

The macOS 12 CI pipeline failed because the runner has been deprecated since 3rd December 2024. I've opened a PR to fix this, see PR #579.

Implemented according to official glTF 2.0 spec:
https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html

Tested by validating the resulting GLB with glTF Validator:
https://github.khronos.org/glTF-Validator/

Fixes simonfuhrmann#571
@simonfuhrmann simonfuhrmann merged commit d4bc2ee into simonfuhrmann:master Dec 23, 2024
9 checks passed
@andre-schulz andre-schulz deleted the glb_write_support branch December 23, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

a way to make the output into gltf/glb instead of PLY.
2 participants