Enum gltf::mesh::Joints [] [src]

pub enum Joints<'a> {
    U8(Iter<'a, [u8; 4]>),
    U16(Iter<'a, [u16; 4]>),
}

Vertex joints. Refer to the documentation on morph targets and skins for more information.

Variants

Joints of type [u8; 4]. Refer to the documentation on morph targets and skins for more information.

Joints of type [u16; 4]. Refer to the documentation on morph targets and skins for more information.

Trait Implementations

impl<'a> Clone for Joints<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Joints<'a>
[src]

Formats the value using the given formatter.