Merge remote-tracking branch 'xuchen/master' into teleport

This commit is contained in:
Xuchen Han
2020-03-15 19:29:06 -07:00
26 changed files with 764 additions and 225 deletions

View File

@@ -8327,6 +8327,7 @@ bool PhysicsServerCommandProcessor::processLoadSoftBodyCommand(const struct Shar
if (use_bending_spring)
{
psb->generateBendingConstraints(2);
psb->generateBendingConstraints(2);
}
}
btSoftBody::Material* pm = psb->appendMaterial();