Animation
Modules
Enumerations
Describes the type of values stored in a Keyframe Buffer |
|
Classes
Structure encapsulating a specific animation |
|
A structure that holds interpolated animation data for a… |
|
A structure that holds interpolated animation data for… |
|
A structure that holds all interpolated data to be… |
|
This class contains a collection of keyframes. A Keyframe… |
|
Top-level interface for the animation system. |
|
Describes how the keyframes in a buffer are sampled. |
Interfaces
Type aliases
RGB color values are specified in the 0-255 range…. |
|
Functions
Type aliases
ColorMap
RGB color values are specified in the 0-255 range. Positions are specified in the 0-1 range, pre-sorted in ascending order.
KeyframeIndex
Functions
exportAnimations
- Communicator.Animation.exportAnimations(animations)
Return the given animations and their dependent data in a form suitable for serialization via, e.g.,
JSON.stringify
. The animation objects can be recreated by passing the output toimportAnimations
- Arguments
animations (
[Communicator.Animation.Animation]()
) –
- Return type
Object
Sharing of objects such as keyframe buffers and samplers is preserved.
The layout of the returned data is subject to change in future releases.