pub type ReadInverseBindMatrices<'a> = Iter<'a, [[f32; 4]; 4]>;
Inverse Bind Matrices of type [[f32; 4]; 4].
[[f32; 4]; 4]