[−][src]Module gltf_json::animation
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
Interpolation | Specifies an interpolation algorithm. |
Property | Specifies a property to animate. |
Constants
VALID_INTERPOLATIONS | All valid animation interpolation algorithms. |
VALID_PROPERTIES | All valid animation property names. |