Azure / azure-remote-rendering

SDK and samples for Azure Remote Rendering
MIT License
104 stars 39 forks source link

[Conversion Problem] GLTF: Draco mesh compression not supported #79

Open WikkidEdd opened 2 years ago

WikkidEdd commented 2 years ago

Hi.

As usual, our clients are visiting SketchFab as a source of high poly models to test out the remote rendering capabilities of our app. Todays error is GLTF: Draco mesh compression not supported

I think I might have brought this up before, but I can't find any reference to it, so I'll ask again. Is Draco compression something that could be supported? I can't see anything in the documentation which says it's not supported.

Thanks,

Edd

jakrams commented 2 years ago

Hey Edd,

Draco mesh compression is currently not supported by our conversion service. It's not trivial to add, so we can't make any promises, but we'll put it on our list of things to investigate. For the time being, files that use Draco compression would need to be preprocessed by the customer to remove the compression, e.g. by converting from GLTF to FBX with some 3rd party app.