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

Is there a mime-type for .vrm? #430

Open
c4b4d4 opened this issue Mar 11, 2023 · 1 comment
Open

Is there a mime-type for .vrm? #430

c4b4d4 opened this issue Mar 11, 2023 · 1 comment

Comments

@c4b4d4
Copy link

c4b4d4 commented Mar 11, 2023

Hello,

I'm trying to differentiate a normal GLTF/GLB file from a VRM file without reading it's content. I don't want to rely on the extension .vrm, since in my case I'm downloading files from a server.

I normally rely on mime types. Is there one for VRM? or does it just use: model/gltf-binary ?

Thanks.

@0b5vr
Copy link
Contributor

0b5vr commented Apr 17, 2023

We think it's reasonable to use model/gltf-binary for now, considering that the VRMC_vrm extension can be read even if the file extension is .glb.
I'm interested in how you are relying on mime types. Is there a clear advantage if we define a dedicated mime?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pending
Development

No branches or pull requests

2 participants