erdenbatuhan/interactive-arap

Fix the possible issues in cotangent weighting scheme

erdenbatuhan opened this issue · 0 comments

  • 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());