Type Definition gltf_utils::InverseBindMatrices [] [src]

type InverseBindMatrices<'a> = AccessorIter<'a, [[f32; 4]; 4]>;

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