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

Add support for GLTF Serializer #1448

Open
SergioRZMasson opened this issue Nov 27, 2024 · 0 comments
Open

Add support for GLTF Serializer #1448

SergioRZMasson opened this issue Nov 27, 2024 · 0 comments
Milestone

Comments

@SergioRZMasson
Copy link
Contributor

Currently it is not possible to use the GLTF Serializer functionality due some missing Polyfills. Calling GLTF2Export.GLBAsync directly is not possible because Native does not have a implementation for Blob. It is simple to modify GLBAsync to export an ArrayBufferView instead. However, when serializing models with textures we also need OffscreenCanvas. Since this class does not exist in Native we get an exception in the serializer level.

@thomlucc thomlucc added this to the Future milestone Dec 4, 2024
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

No branches or pull requests

2 participants