Skip to content

BUG: Fix dt not being passed to PbdSolver, add public solve function

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

Dt wasn't passed to into the solver (except on initialization). So when it changed the solver wouldn't get the new one.

Also provides a public function for solving constraints should the user ever need to manually make that call.

Edited by Andrew Wilson

Merge request reports