pub fn create_mesh_from_gltf(
gltf_data: &[u8],
buffer_data: &[u8],
) -> FFIResult<MeshHandle>👎Deprecated: use
create_data insteadExpand description
Creates a mesh from an included GLTF file, from the module directory.