Dealing with file conversion (glTF JSON -> glb) in XANO

Hi,

i am working with 3D Models and currently my source oof ths models is a glTF JSON binary blob. (https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#glb-file-format-specification)

e.g. something like this:

At the moment i do the rendering in the frontend, but its literay crashing my application due to large file sizes. It working but so slow.

However, now i need to do it somehow in the backend and return me a path to this file for my frontend.

I saw in XANO you have the create resources, but ii am pretty sure that XANO is not directly supporting this kind of format.

For me it is also fine to write a custom code to convert it.

So my question is, would this be possible to make with XANO?

Many thanks in advance..

1 reply