gltf-rs / gltf

A crate for loading glTF 2.0
Apache License 2.0
535 stars 124 forks source link

Should `material` and `variants` in `extensions::mesh::Mapping` be `Index` types? #344

Open chubei opened 2 years ago

chubei commented 2 years ago

From the specification, it seems that material should be a Index<Material> and variants should be Vec<Index<Variant>>.