TEARING DEMOS

This section describes the scenes located in SofaUnity/Scenes/Demos/Tearing. Those scenes illustrate SOFA simulation using Tearing plugin:

  1. Demo_01_TearingGravity: Simulation of soft tissue tearing due to gravity.
  2. Demo_02_TearingInteraction: Simulation of soft tissue tearing using mouse interaction.

01. Demo_01_TearingGravity (since v24.06)

This scene demonstrate the Tearing engine component performing incision in soft tissue when triangle deformation reach a given threshold value.
In this scene only gravity affect the soft tissue hanged on its corners. 

For more information check the plugin code: https://github.com/InfinyTech3D/Tearing
and use the Tearing plugin in SofaContext to reproduce this behavior.

 

02. Demo_02_TearingInteraction (since v24.06)

This scene demonstrate the Tearing engine component performing incision in soft tissue when triangle deformation reach a given threshold value.
In this scene we use the mouse picking interaction to stretch the tissue and therefor deform enough some triangles so the TearingEngine perform incisions.

For more information check the plugin code: https://github.com/InfinyTech3D/Tearing
and use the Tearing plugin in SofaContext to reproduce this behavior.