v24.06
What's Changed
- [scenes] Fixing and adding new scenes. Add New Screenshots by @rmolazem in #21
- [src] Use average stress per vertex to compute tearing candidates by @rmolazem in #22
- Sofa Tearing Plugin Documentation by @rmolazem in #23
- [src] Clean code and remove snapping from algoFracturePath by @rmolazem in #24
- [TearingEngine] Add new way to compute the fracture segment, which does not depend on the maximum fracture length by @rmolazem in #25
- [TearingEngine] Move computation of the new fracture segment out from draw method by @rmolazem in #26
- Fixing the fracture direction - Default method for the fracture segment by @rmolazem in #27
- [TearingEngine] Fix handleEvent logic if other event happened and clean draw method by @epernod in #29
- [TearingEngine] Clean and factorize some code in the computeVertex stress methods by @epernod in #30
- [TearingEngine] Fix compilation and warnings with SOFA master by @hugtalbot in #31
- [src] Fix scenario handling against normal algofracturepath by @epernod in #32
- [src] Clean plugin config and tests execution by @epernod in #33
- [ci] Update scenes to fix physics parameters and add regression tests by @epernod in #41
- [src] Split Tearing into TearingScenarioEngine and TearingEngine to move scenario options into another engine by @epernod in #38
- [src] Add more safe guard on the index value before using them by @epernod in #39
- [src] Clean code, remove some comment and replace indentation by @epernod in #43
- [src] Add temporary hack to subdivide triangles that are on border of the incision if border elements are edges by @epernod in #40
- [Doc] Add Tearing Documentation in md by @rmolazem in #44
New Contributors
Full Changelog: v23.12.00...v24.06.00