Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnimationChannelTarget

The index of the node and TRS property that an animation channel targets.

Hierarchy

  • AnimationChannelTarget

Indexable

[k: string]: any

The index of the node and TRS property that an animation channel targets.

Index

Properties

Properties

Optional extensions

extensions: any

Optional extras

extras: any

Optional node

node: GlTfId

The index of the node to target.

path

path: "translation" | "rotation" | "scale" | "weights" | string

The name of the node's TRS property to modify, or the "weights" of the Morph Targets it instantiates. For the "translation" property, the values that are provided by the sampler are the translation along the x, y, and z axes. For the "rotation" property, the values are a quaternion in the order (x, y, z, w), where w is the scalar. For the "scale" property, the values are the scaling factors along the x, y, and z axes.