Files
bullet3/examples/SharedMemory
Erwin Coumans e6a0206d47 Allow to remove soft body anchors, using pybullet.removeConstraint (untested).
Usage example:
anchors = []
anchors.append(p.createSoftBodyAnchor(clothId  ,0,-1,-1))
anchors.append(p.createSoftBodyAnchor(clothId ,3,boxId,-1, [0.5,-0.5,0]))
for a in anchors:
  p.removeConstraint(a)
2020-06-04 00:00:19 -07:00
..
2018-09-23 14:17:31 -07:00
2018-09-23 14:17:31 -07:00
2018-09-23 14:17:31 -07:00
2019-04-25 07:04:22 -07:00
2018-09-23 14:17:31 -07:00
2019-06-17 19:00:53 -07:00
2020-04-03 09:47:28 -07:00
.
2019-08-08 10:53:23 +02:00
2019-06-17 19:00:53 -07:00
2019-06-17 19:00:53 -07:00