vrm-c / vrm-specification

vrm specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a mime-type for .vrm?

c4b4d4 opened this issue · comments

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.

commented

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?