[go: up one dir, main page]

Enum gltf::animation::TrsProperty [] [src]

pub enum TrsProperty {
    Translation,
    Rotation,
    Scale,
    Weights,
}

Specifies a TRS property.

Variants

XYZ translation vector.

XYZW rotation quaternion.

XYZ scale vector.

Weights of morph targets.

Trait Implementations

impl Copy for TrsProperty
[src]

impl Clone for TrsProperty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TrsProperty
[src]

[src]

Formats the value using the given formatter.

impl<'de> Deserialize<'de> for TrsProperty
[src]

[src]