We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307b8eb commit 681f7b2Copy full SHA for 681f7b2
tests/component/constraint/scenes/SurfacePressureConstraint.scn
@@ -10,7 +10,7 @@
10
<BVHNarrowPhase />
11
<CollisionResponse response='FrictionContactConstraint'/>
12
<LocalMinDistance name="Proximity" alarmDistance='3' contactDistance='0.5'/>
13
- <ProjectedGaussSeidelConstraintSolver name="ProjectedGaussSeidelConstraintSolver" maxIterations='250' printLog='0' tolerance = '0.0000001'/>
+ <BlockGaussSeidelConstraintSolver name="BlockGaussSeidelConstraintSolver" maxIterations='250' printLog='0' tolerance = '0.0000001'/>
14
15
16
<Node name='bunny'>
0 commit comments