vrm-specification icon indicating copy to clipboard operation
vrm-specification copied to clipboard

Is there a mime-type for .vrm?

Open c4b4d4 opened this issue 2 years ago • 1 comments
trafficstars

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.

c4b4d4 avatar Mar 11 '23 20:03 c4b4d4

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?

0b5vr avatar Apr 17 '23 10:04 0b5vr