simvx.core.animation.skeletal¶
Skeletal animation: bone tracks and skeletal clips.
Module Contents¶
Classes¶
Animation track for a single bone: position, rotation, scale keyframes. |
|
Animation clip with bone tracks for skeletal animation. |
API¶
- class simvx.core.animation.skeletal.BoneTrack(bone_index: int)[source]¶
Animation track for a single bone: position, rotation, scale keyframes.
Rotation keyframes use quaternions [x, y, z, w] for spherical interpolation.
Initialization
- class simvx.core.animation.skeletal.SkeletalAnimationClip(name: str, duration: float)[source]¶
Animation clip with bone tracks for skeletal animation.
Initialization
- add_bone_track(track: simvx.core.animation.skeletal.BoneTrack) None[source]¶