-
-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Description
I quickly gave AnimationOptimizer a try to see how it would optimize my animation clips, but it doesn't do anything.
It does an early out here:
// Validates the skeleton matches the animation.
if (num_tracks != _skeleton.num_joints()) {
return false;
}My skeleton has 20 joints. The animation clip only has 18 tracks. All my animation playback etc works fine, so this data shouldn't be a problem, could it be that the AnimationOptimizer has an invalid assumption that these numbers must match?
I've attached the file that I use for testing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels