[][src]Type Definition gltf::mesh::util::ReadNormalDisplacements

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

XYZ vertex normal displacements of type [f32; 3].