[go: up one dir, main page]

Type Definition gltf::mesh::util::ReadNormals

source ·
pub type ReadNormals<'a> = Iter<'a, [f32; 3]>;
Available on crate feature utils only.
Expand description

XYZ vertex normals of type [f32; 3].