Enum gltf_utils::Joints [] [src]

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

Vertex joints.

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.

Methods

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

Important traits for CastingIter<'a, A>
[src]

Reinterpret joints as u16, which can fit any possible joint.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Joints<'a>

impl<'a> Sync for Joints<'a>