[][src]Module gltf::mesh::util::weights

Casting iterator adapters for node weights.

Structs

CastingIter

Casting iterator for Weights.

F32

Type which describes how to cast any weight into f32.

U8

Type which describes how to cast any weight into u8.

U16

Type which describes how to cast any weight into u16.

Traits

Cast

Trait for types which describe casting behaviour.