[go: up one dir, main page]

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]

Returns the XYZ vertex position displacements.

Returns the XYZ vertex normal displacements.

Returns the XYZ vertex tangent displacements.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for MorphTarget<'a>

impl<'a> Sync for MorphTarget<'a>