only call buildIslands once for multibody in each timestep
This commit is contained in:
@@ -73,10 +73,7 @@ public:
|
||||
void updateVelocity(const TVStack& dv);
|
||||
|
||||
//set constraints as projections
|
||||
void setConstraints()
|
||||
{
|
||||
projection.setConstraints();
|
||||
}
|
||||
void setConstraints();
|
||||
|
||||
// update the projections and project the residual
|
||||
void project(TVStack& r)
|
||||
|
||||
Reference in New Issue
Block a user