|
Kemena3D
|
A single transform track for one target object inside a clip. More...
#include <kanimation.h>
Public Attributes | |
| kString | targetUuid |
| kObject UUID the track drives. | |
| std::vector< kKeyPosition > | positions |
| Position channel keyframes. | |
| std::vector< kKeyRotation > | rotations |
| Rotation channel keyframes. | |
| std::vector< kKeyScale > | scales |
| Scale channel keyframes. | |
A single transform track for one target object inside a clip.
The three channels (position / rotation / scale) are sparse — keyframes are stored individually and the animator interpolates between them.
| std::vector<kKeyPosition> kemena::kObjectAnimTrack::positions |
Position channel keyframes.
| std::vector<kKeyRotation> kemena::kObjectAnimTrack::rotations |
Rotation channel keyframes.
| std::vector<kKeyScale> kemena::kObjectAnimTrack::scales |
Scale channel keyframes.