vrm-c / vrm-specification

vrm specification
232 stars 36 forks source link

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

Open c4b4d4 opened 1 year ago

c4b4d4 commented 1 year ago

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 commented 1 year ago

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?