-
Notifications
You must be signed in to change notification settings - Fork 209
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
[WIP] Avatar optimizer #2805
[WIP] Avatar optimizer #2805
Conversation
This fixes #2788 |
The performance increase for this is about 10 FPS per each avatar in the scene (note that this is still full avatar quality). |
The last thing that needs to be done here is integrating a |
Resurrecting this... |
Crunches all avatars by default, where the crunch does not affect the quality (same materials, redundant draw calls).
Should improve avatars performance for high quality mode.
Fixes #2788