Skip to content

Commit

Permalink
docs(compression): add note
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Jun 15, 2024
1 parent 8e5f35a commit a36f200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/acl/compression/impl/write_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ namespace acl

track_error worst_bone_error;

// We measure the error for every transform at every keyframe
// Note that this ignores keyframe stripping which can introduce some amount of error
writer["error_per_frame_and_bone"] = [&](sjson::ArrayWriter& frames_writer)
{
for (uint32_t sample_index = 0; sample_index < segment.num_samples; ++sample_index)
Expand Down

0 comments on commit a36f200

Please sign in to comment.