pub fn read_gltf(text: &str) -> OgeomResult<Vec<ImportedMesh>>
Read a .gltf: the JSON form, whose buffers are data URIs.
.gltf
A buffer with an external uri is refused by name: this function is handed bytes, not a directory, and quietly producing a mesh with no positions would be worse than saying so.
uri
As read_glb.
read_glb