Type Definition gltf::mesh::util::ReadTangents

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

XYZW vertex tangents of type [f32; 4] where the w component is a sign value (-1 or +1) indicating the handedness of the tangent basis.