Cogs.Core
|
Public Attributes | |
uint32_t | boneIndex = 0 |
Specifies which bone of a skeleton that is animated by this track. | |
std::vector< TranslationKey > | translations |
std::vector< RotationKey > | rotations |
std::vector< ScaleKey > | scales |
Definition at line 36 of file Animation.h.
uint32_t Cogs::Core::AnimationTrack::boneIndex = 0 |
Specifies which bone of a skeleton that is animated by this track.
Definition at line 38 of file Animation.h.
std::vector<RotationKey> Cogs::Core::AnimationTrack::rotations |
Definition at line 41 of file Animation.h.
std::vector<ScaleKey> Cogs::Core::AnimationTrack::scales |
Definition at line 42 of file Animation.h.
std::vector<TranslationKey> Cogs::Core::AnimationTrack::translations |
Definition at line 40 of file Animation.h.