GLTF.Animation.Channel.Target (eagl v0.13.0)

View Source

The index of the node and TRS property to target.

Summary

Types

t()

@type t() :: %GLTF.Animation.Channel.Target{
  extensions: map() | nil,
  extras: any() | nil,
  node: non_neg_integer() | nil,
  path: target_path()
}

target_path()

@type target_path() :: :translation | :rotation | :scale | :weights

Functions

target_paths()