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

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

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