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

Fix the possible issues in cotangent weighting scheme #14

Open
2 tasks
erdenbatuhan opened this issue Feb 14, 2022 · 0 comments
Open
2 tasks

Fix the possible issues in cotangent weighting scheme #14

erdenbatuhan opened this issue Feb 14, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@erdenbatuhan
Copy link
Owner

erdenbatuhan commented Feb 14, 2022

  • The cotangent weighting scheme is probably not working as the deformation seems smoother with constant weights.
  • Rewrite the function in a cleaner way.

m_weightMatrix = Eigen::MatrixXd::Zero(m_undeformedVertices.rows(), m_undeformedVertices.rows());

@erdenbatuhan erdenbatuhan added bug Something isn't working enhancement New feature or request labels Feb 14, 2022
@erdenbatuhan erdenbatuhan changed the title Refactor the cotangent weighting scheme and fix the possible issues Fix the possible issues in cotangent weighting scheme Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants