We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3655304 commit 31ac392Copy full SHA for 31ac392
1 file changed
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
- <GenericConstraintSolver name="GenericConstraintSolver" maxIterations='250' printLog='0' tolerance = '0.0000001'/>
+ <ProjectedGaussSeidelConstraintSolver name="ProjectedGaussSeidelConstraintSolver" maxIterations='250' printLog='0' tolerance = '0.0000001'/>
14
15
16
<Node name='bunny'>
0 commit comments