You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm a beginner of computer graphics. I'm watching your code about bending constraint and notice that your defination of bending energy is defined on each dihedral angular structure. I haven't learn this kind of defination before (I only knew use mean curvature to define bending energy). Could you give any explaination about this? Or tell me what article you got this idea from.
thanks!
The text was updated successfully, but these errors were encountered:
You can refer to the original Projective Dynamics paper for the definitions. The definition is "uncommoon" due to the limitation of the PD framework requiring all the energy forms to be in a quadratic form. But the definitions are designed to penalize stretching (for triangle) and bending between triangles (for triangle bending).
Hi! I'm a beginner of computer graphics. I'm watching your code about bending constraint and notice that your defination of bending energy is defined on each dihedral angular structure. I haven't learn this kind of defination before (I only knew use mean curvature to define bending energy). Could you give any explaination about this? Or tell me what article you got this idea from.
thanks!
The text was updated successfully, but these errors were encountered: