Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baked animation support #8966

Closed
ankitsinghkushwah opened this issue Sep 15, 2020 · 2 comments
Closed

Baked animation support #8966

ankitsinghkushwah opened this issue Sep 15, 2020 · 2 comments

Comments

@ankitsinghkushwah
Copy link

Hey, It turns out skeletal animation takes big chunk of time from every frame since all transformations for each bone has to be calculated. The idea of baked animation is simple, let's say you have an Idle animation of 30 FPS and for each frame you will calculate and save all the transformations for bones in either a JSON/RAM and use those to play animation. This will cut down the overhead of computing those for every frame.

Many modern engines support it. here's a unity thread... https://answers.unity.com/questions/1353202/baked-animations-what-does-it-mean-for-unity.html

Thanks.

@Popov72
Copy link
Contributor

Popov72 commented Sep 15, 2020

@thomlucc
Copy link
Member

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

No branches or pull requests

4 participants