Skip to content

Conversation

@matthewturk
Copy link
Member

This improves quality of the animation interpolation, especially when zooming
around. I'm not 100% sure that it fixes everything, but doing position first
seems to fix some of the issues I was seeing with animating between positions
that changed in zoom.

This improves quality of the animation interpolation, especially when
zooming around.
values=[_["position"] for _ in self.position_list],
times=times,
),
pythreejs.QuaternionKeyframeTrack(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any idea why changing the ordering fixes it? maybe an operation modifying values in place or something? We should just merge if it works, was just curious if you know why :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants