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

Add an option to optimize used morph targets per primitive #103

Open
ziriax opened this issue Oct 3, 2019 · 0 comments
Open

Add an option to optimize used morph targets per primitive #103

ziriax opened this issue Oct 3, 2019 · 0 comments

Comments

@ziriax
Copy link
Contributor

ziriax commented Oct 3, 2019

Many engines only support 8 blend-shapes per primitive.

Our artists often have way more blend-shapes. Even though our in-house engine handles this using a compute shaders, most WebGL engine don't support this.

A possible solution would be to find the blend shapes used by sub-regions of the mesh. For example, we have blend shapes that only apply to the eyes and ears, but eyes and ears are part of the face geometry. Making separate primitives for the eyes and ears would drastically reduce the number of blend shapes used in these parts.

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

No branches or pull requests

1 participant