File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ def createScene(root):
187187 surfGeom = "@Volume/collision/geom_tri" ,
188188 shaftGeom = "@Needle/bodyCollision/geom_body" ,
189189 volGeom = "@Volume/geom_tetra" ,
190- punctureForceThreshold = 16 ,
190+ punctureForceThreshold = 1600 ,
191191 tipDistThreshold = 0.003 ,
192192 drawcollision = True ,
193193 drawPointsScale = 0.0001
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ def createScene(root):
204204 surfGeom = "@Volume/collision/geom_tri" ,
205205 shaftGeom = "@Needle/bodyCollision/geom_body" ,
206206 volGeom = "@Volume/geom_tetra" ,
207- punctureForceThreshold = 2. ,
207+ punctureForceThreshold = 200 ,
208208 tipDistThreshold = 0.003 ,
209209 drawcollision = True ,
210210 drawPointsScale = 0.0001
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def createScene(root):
212212 surfGeom = "@Volume/collision/geom_tri" ,
213213 shaftGeom = "@Needle/bodyCollision/geom_body" ,
214214 volGeom = "@Volume/geom_tetra" ,
215- punctureForceThreshold = 1. ,
215+ punctureForceThreshold = 100 ,
216216 tipDistThreshold = 0.01 ,
217217 drawcollision = True ,
218218 drawPointsScale = 0.0001
You can’t perform that action at this time.
0 commit comments