Struct gltf::mesh::MorphTarget [] [src]

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

A single morph target for a mesh primitive.

Methods

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

[src]

Returns the XYZ vertex position displacements.

[src]

Returns the XYZ vertex normal displacements.

[src]

Returns the XYZ vertex tangent displacements.

Trait Implementations

impl<'a> Clone for MorphTarget<'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 MorphTarget<'a>
[src]

[src]

Formats the value using the given formatter.