Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnimationSampler

Combines input and output accessors with an interpolation algorithm to define a keyframe graph (but not its target).

Hierarchy

  • AnimationSampler

Indexable

[k: string]: any

Combines input and output accessors with an interpolation algorithm to define a keyframe graph (but not its target).

Index

Properties

Optional extensions

extensions: any

Optional extras

extras: any

input

input: GlTfId

The index of an accessor containing keyframe input values, e.g., time.

Optional interpolation

interpolation: "LINEAR" | "STEP" | "CUBICSPLINE" | string

Interpolation algorithm.

output

output: GlTfId

The index of an accessor, containing keyframe output values.