GLTF.Animation.Channel.Target (eagl v0.13.0)
View SourceThe index of the node and TRS property to target.
Summary
Types
@type t() :: %GLTF.Animation.Channel.Target{ extensions: map() | nil, extras: any() | nil, node: non_neg_integer() | nil, path: target_path() }
@type target_path() :: :translation | :rotation | :scale | :weights