Struct gltf::skin::Skin [] [src]

pub struct Skin<'a> { /* fields omitted */ }

Joints and matrices defining a skin.

Methods

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

Constructs a Skin.

Returns the internal JSON index.

Returns the internal JSON item.

Extension specific data.

Optional application specific data.

The index of the accessor containing the 4x4 inverse-bind matrices. When None,each matrix is assumed to be the 4x4 identity matrix which implies that the inverse-bind matrices were pre-applied.

Indices of skeleton nodes used as joints in this skin. The array length must be the same as the count property of the inverse_bind_matrices Accessor (when defined).

The index of the node used as a skeleton root. When None, joints transforms resolve to scene root.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.