Skip to content

Commit

Permalink
[examples] Fix unnecessary use of UncoupledCC (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Apr 30, 2024
1 parent c38d9e0 commit 8fed53f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions examples/others/SphereOnAPlane/softSphereFalling.pyscn
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,5 @@ def createScene(rootNode):
planeNode.addObject('Mesh', src="@loader")
planeNode.addObject('MechanicalObject', src="@loader", rotation="0 0 0", translation="0 0 0", scale="1")
planeNode.addObject('TriangleCollisionModel',simulated="0", moving="0",group="1",name='TriPlane')
#planeNode.addObject('LineCollisionModel',simulated="0", moving="0",group="1")
#planeNode.addObject('PointCollisionModel',simulated="0", moving="0",group="1")
#planeNode.addObject('OglModel',name="Visual", fileMesh="mesh/floorFlat.obj", color="1 0 0 1",rotation=rotation, translation="0 0 0", scale="1")
planeNode.addObject('UncoupledConstraintCorrection')

return rootNode
1 change: 0 additions & 1 deletion examples/softRobots/multiGait/multiGait.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,5 @@ def createScene(rootNode):
planeNode.addObject('PointCollisionModel', simulated="0", moving="0", group="1")
planeNode.addObject('OglModel', name="Visual", fileMesh="mesh/floorFlat.obj", color="1 0 0 1", rotation="90 0 0",
translation="0 35 -1", scale="15")
planeNode.addObject('UncoupledConstraintCorrection')

return rootNode

0 comments on commit 8fed53f

Please sign in to comment.