Expand description
Keyframe animation container built on the point-cloud path.
Keyframe animation container built on top of PointCloud.
Mirrors C++ Draco’s draco/animation/keyframe_animation.h. A
KeyframeAnimation is a point cloud whose first attribute (unique id 0)
always stores per-frame f32 timestamps and whose remaining attributes each
store one keyframe track. Because Draco implements keyframe animation as a
point-cloud-like sequential stream, encode/decode reuse the existing
sequential point-cloud path (see crate::keyframe_animation_encoder and
crate::keyframe_animation_decoder).
Structs§
- Keyframe
Animation - Holds keyframe animation data as a
PointCloud.