Skip to content

ENH: Combine the collision and internal solve

Andrew Wilson requested to merge andrew.wilson/iMSTK:UnifyCollisionSolve into master

This MR combines the collision and internal solve. This removes the collision solver from PBD. Ultimately this provides a more simple to use system as well as the solution being smoother under multiple differing constraints (collision and internal). One example of this is in the CCD example with the line where the movement seemed to be cancelled out in the thread.

Resolves: #443 (closed)

Edited by Andrew Wilson

Merge request reports