[−][src]Module gltf::animation
Animations, their channels, targets, and samplers.
Modules
| iter | Iterators. |
| util | Utility functions. |
Structs
| Animation | A keyframe animation. |
| Channel | Targets an animation's sampler at a node's property. |
| Reader | Animation channel reader. |
| Sampler | Defines a keyframe graph (but not its target). |
| Target | The node and TRS property that an animation channel targets. |
Enums
| Interpolation | Specifies an interpolation algorithm. |
| Property | Specifies a property to animate. |