Skip to content

Commit b2b50d1

Browse files
committed
[scene] Reduced stiffness of rest-shape-springs-ff in haptics examples with liver
1 parent c3ebb86 commit b2b50d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenes/InsertionHaptics_Liver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def createScene(root):
170170
volume.addObject("MeshMatrixMass", name="Mass",totalMass=g_gelTotalMass)
171171

172172
volume.addObject("BoxROI",name="BoxROI",box=g_gelFixedBoxROI)
173-
volume.addObject("RestShapeSpringsForceField", stiffness=1e6,points="@BoxROI.indices" )
173+
volume.addObject("RestShapeSpringsForceField", stiffness=1e3, angularStiffness=1e3, points="@BoxROI.indices" )
174174

175175
volume.addObject("LinearSolverConstraintCorrection", printLog=False, linearSolver="@LinearSolver")
176176

0 commit comments

Comments
 (0)