Type Alias gltf::skin::util::ReadInverseBindMatrices
source · pub type ReadInverseBindMatrices<'a> = Iter<'a, [[f32; 4]; 4]>;
Expand description
Inverse Bind Matrices of type [[f32; 4]; 4]
.
Aliased Type§
enum ReadInverseBindMatrices<'a> {
Standard(ItemIter<'a, [[f32; 4]; 4]>),
Sparse(SparseIter<'a, [[f32; 4]; 4]>),
}