[go: up one dir, main page]

Struct gltf::v1::animation::Channel [] [src]

pub struct Channel {
    pub sampler: String,
    pub target: Target,
}

Fields

The ID of a sampler in this animation used to compute the value for the target, e.g., a node's translation, rotation, or scale (TRS).

The ID of the node and TRS property to target.

Trait Implementations

impl Debug for Channel
[src]

Formats the value using the given formatter.