Skip to main content

Module keyframe_animation

Module keyframe_animation 

Source
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§

KeyframeAnimation
Holds keyframe animation data as a PointCloud.