Trait gltf_utils::SkinIterators [] [src]

pub trait SkinIterators<'a>: Sealed {
    fn ibms<'s, S>(&'a self, source: &'s S) -> Option<InverseBindMatrices<'s>>
    where
        S: Source
; }

Extra methods for working with gltf::Skin.

Required Methods

Visits the inverseBindMatrices of the skin.

Implementations on Foreign Types

impl<'a> SkinIterators<'a> for Skin<'a>
[src]

[src]

Implementors