I have a mesh generated in bevy which i'd like to convert into a GLTF, but I'm running into issues with adding support for the mesh's indices to it.
The gltf generates, but when i test importing it into blender I get index out of bounds errors from blender, telling me that this file is malformed.
Anyone familiar with gltf files able to point to what I could be doing wrong?