Struct gltf::v1::animation::Channel
[−]
[src]
pub struct Channel {
pub sampler: String,
pub target: Target,
}Fields
sampler: String
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).
target: Target
The ID of the node and TRS property to target.