fn primitive_leaf_id(
mesh_name: Option<&str>,
node_name: Option<&str>,
index: usize,
) -> Option<String>Available on crate feature
gltf only.Expand description
The id of the leaf holding primitive index of a mesh on a node: the mesh
name when present (disambiguated by index), else the node name, else none.