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 *.glb files #33

Closed
emackey opened this issue Oct 4, 2017 · 2 comments
Closed

Add support for *.glb files #33

emackey opened this issue Oct 4, 2017 · 2 comments

Comments

@emackey
Copy link
Member

emackey commented Oct 4, 2017

We should add some form of support for saving and loading *.glb, the binary form of glTF. Currently, attempting to load a *.glb file results in a mostly blank screen with a terse message:

The file will not be displayed in the editor because it is either binary, very large or uses an unsupported text encoding.

Can an extension replace this message with its own representation of the text portion of a binary document? Can the text be editable?

@HowardWolosky Do you have any ideas about how we could solve this? I'm starting to think that in the long run, .glb will end up being much more widely adopted than plain-text .gltf.

@emackey
Copy link
Member Author

emackey commented Oct 29, 2017

Export added in #35. Import still wanted.

@najadojo najadojo mentioned this issue Oct 30, 2017
@emackey
Copy link
Member Author

emackey commented Nov 3, 2017

Implemented in #44. 🎉

@emackey emackey closed this as completed Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant