Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAnimationSampler

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

Hierarchy

Index

Properties

Optional extensionsSearch playground for extensions

extensions: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any

Optional extrasSearch playground for extras

extras: any

Application-Specific data

inputSearch playground for input

input: number

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

Optional interpolationSearch playground for interpolation

Interpolation algorithm

outputSearch playground for output

output: number

The index of an accessor, containing keyframe output values

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method