☰
Type Definition ReadNormals
Other items in
gltf
::
mesh
::
util
All crates
?
Type Definition
gltf
::
mesh
::
util
::
ReadNormals
[
−
]
[src]
pub type ReadNormals<'a> =
Iter
<'a,
[
f32
; 3]
>;
Expand description
XYZ vertex normals of type
[f32; 3]
.