2 Verlet Spring Skinned Mesh
Introduction
This scene demonstrates the use of Verlet Spring with a skinned mesh object. In this case we have 1 Verlet Spring managing "bones" in 2 different skinned meshes (body and hair). The hair is in addition simulating collision with colliders attached to key parts of the body.
What do I Learn?
Verlet Spring collision simulation
Objects
Heathens_Test_Female_A
This object implements the Verlet Spring which has configured 5 hierarchies representing the left and right breast, hair and left and right glute.
Colliders have been attached to key points within the bodies transforms to allow the hair to collide with it. Each hierarchy has a configuration referenced to it according to its use and all are simulated in a single update insuring accurate interaction.
Last updated