Module gltf::mesh::util::tex_coords

source ·
Available on crate feature utils only.
Expand description

Casting iterator adapters for texture co-ordinates.

Structs§

  • Casting iterator for TexCoords.
  • Type which describes how to cast any texture coordinate into pair of f32.
  • Type which describes how to cast any texture coordinate into pair of u8.
  • Type which describes how to cast any texture coordinate into pair of u16.

Traits§

  • Trait for types which describe casting behaviour.