[][src]Type Definition gltf::skin::util::ReadInverseBindMatrices

type ReadInverseBindMatrices<'a> = Iter<'a, [[f32; 4]; 4]>;
This is supported on feature="utils" only.

Inverse Bind Matrices of type [[f32; 4]; 4].