[go: up one dir, main page]

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

This is supported on feature="utils" only.

Casting iterator adapters for node weights.

Structs

CastingIterfeature="utils"

Casting iterator for Weights.

F32feature="utils"

Type which describes how to cast any weight into f32.

U8feature="utils"

Type which describes how to cast any weight into u8.

U16feature="utils"

Type which describes how to cast any weight into u16.

Traits

Castfeature="utils"

Trait for types which describe casting behaviour.