Enum gltf::mesh::TexCoords
[−]
[src]
pub enum TexCoords {
F32(Iter<[f32; 2]>),
U8(Iter<[u8; 2]>),
U16(Iter<[u16; 2]>),
}UV texture co-ordinates.
Variants
F32(Iter<[f32; 2]>)UV texture co-ordinates of type [f32; 2].
U8(Iter<[u8; 2]>)UV texture co-ordinates of type [u8; 2]>.
U16(Iter<[u16; 2]>)UV texture co-ordinates of type [u16; 2]>.