Module gltf::json::animation [] [src]

Contains Animation and other related data structures.

Structs

Animation

A keyframe animation.

Channel

Targets an animation's sampler at a node's property.

Sampler

Defines a keyframe graph but not its target.

Target

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

Enums

InterpolationAlgorithm

Specifies an interpolation algorithm.

TrsProperty

Specifies a TRS property.

Constants

VALID_INTERPOLATION_ALGORITHMS

All valid interpolation algorithms.

VALID_TRS_PROPERTIES

All valid TRS property names.