add options to toggle between whether line search is used & add more documentation
This commit is contained in:
@@ -429,3 +429,8 @@ void btDeformableBodySolver::setImplicit(bool implicit)
|
||||
m_implicit = implicit;
|
||||
m_objective->setImplicit(implicit);
|
||||
}
|
||||
|
||||
void btDeformableBodySolver::setLineSearch(bool lineSearch)
|
||||
{
|
||||
m_lineSearch = lineSearch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user