|
1 | 1 | <Node name="root" gravity="0.0 -2.0 0.0" dt="0.04"> |
2 | | - <RequiredPlugin name="SofaBoundaryCondition"/> |
3 | | - <RequiredPlugin name="SofaConstraint"/> |
4 | | - <RequiredPlugin name="SofaDeformable"/> |
5 | | - <RequiredPlugin name="SofaEngine"/> |
6 | | - <RequiredPlugin name="SofaGeneralDeformable"/> |
7 | | - <RequiredPlugin name="SofaImplicitOdeSolver"/> |
8 | | - <RequiredPlugin name="SofaLoader"/> |
9 | | - <RequiredPlugin name="SofaMeshCollision"/> |
10 | | - <RequiredPlugin name="SofaOpenglVisual"/> |
11 | | - <RequiredPlugin name="ShapeMatchingPlugin"/> |
12 | 2 |
|
13 | | - <FreeMotionAnimationLoop initial_guess="true" displayTime="1" /> |
14 | | - <DefaultPipeline verbose="0" draw="0" /> |
| 3 | + <Node name="plugins"> |
| 4 | + <RequiredPlugin name="ShapeMatchingPlugin"/> <!-- Needed to use components [ShapeMatchingRotationFinder] --> |
| 5 | + <RequiredPlugin name="Sofa.Component.AnimationLoop"/> <!-- Needed to use components [FreeMotionAnimationLoop] --> |
| 6 | + <RequiredPlugin name="Sofa.Component.Collision.Detection.Algorithm"/> <!-- Needed to use components [BVHNarrowPhase,BruteForceBroadPhase,CollisionPipeline] --> |
| 7 | + <RequiredPlugin name="Sofa.Component.Collision.Detection.Intersection"/> <!-- Needed to use components [LocalMinDistance] --> |
| 8 | + <RequiredPlugin name="Sofa.Component.Collision.Geometry"/> <!-- Needed to use components [LineCollisionModel,PointCollisionModel,TriangleCollisionModel] --> |
| 9 | + <RequiredPlugin name="Sofa.Component.Collision.Response.Contact"/> <!-- Needed to use components [CollisionResponse] --> |
| 10 | + <RequiredPlugin name="Sofa.Component.Constraint.Lagrangian.Correction"/> <!-- Needed to use components [PrecomputedConstraintCorrection] --> |
| 11 | + <RequiredPlugin name="Sofa.Component.Constraint.Lagrangian.Solver"/> <!-- Needed to use components [LCPConstraintSolver] --> |
| 12 | + <RequiredPlugin name="Sofa.Component.Constraint.Projective"/> <!-- Needed to use components [FixedConstraint] --> |
| 13 | + <RequiredPlugin name="Sofa.Component.Engine.Select"/> <!-- Needed to use components [BoxROI] --> |
| 14 | + <RequiredPlugin name="Sofa.Component.IO.Mesh"/> <!-- Needed to use components [MeshOBJLoader] --> |
| 15 | + <RequiredPlugin name="Sofa.Component.LinearSolver.Iterative"/> <!-- Needed to use components [CGLinearSolver] --> |
| 16 | + <RequiredPlugin name="Sofa.Component.Mapping.Linear"/> <!-- Needed to use components [IdentityMapping] --> |
| 17 | + <RequiredPlugin name="Sofa.Component.Mass"/> <!-- Needed to use components [UniformMass] --> |
| 18 | + <RequiredPlugin name="Sofa.Component.ODESolver.Backward"/> <!-- Needed to use components [EulerImplicitSolver] --> |
| 19 | + <RequiredPlugin name="Sofa.Component.SolidMechanics.Spring"/> <!-- Needed to use components [MeshSpringForceField,QuadBendingSprings] --> |
| 20 | + <RequiredPlugin name="Sofa.Component.StateContainer"/> <!-- Needed to use components [MechanicalObject] --> |
| 21 | + <RequiredPlugin name="Sofa.Component.Topology.Container.Constant"/> <!-- Needed to use components [MeshTopology] --> |
| 22 | + <RequiredPlugin name="Sofa.Component.Topology.Container.Grid"/> <!-- Needed to use components [RegularGridTopology] --> |
| 23 | + <RequiredPlugin name="Sofa.GL.Component.Rendering3D"/> <!-- Needed to use components [OglModel] --> |
| 24 | + </Node> |
| 25 | + |
| 26 | + <FreeMotionAnimationLoop /> |
| 27 | + <CollisionPipeline verbose="0" draw="0" /> |
15 | 28 | <BruteForceBroadPhase /> |
16 | 29 | <BVHNarrowPhase /> |
17 | 30 | <LocalMinDistance name="Proximity" alarmDistance="0.50" contactDistance="0.25" /> |
18 | | - <DefaultContactManager name="Response" response="FrictionContact" /> |
| 31 | + <CollisionResponse name="Response" response="FrictionContactConstraint"/> |
19 | 32 | <LCPConstraintSolver maxIt="1000" tolerance="0.001" /> |
20 | | - <DefaultAnimationLoop /> |
21 | 33 | <DefaultVisualManagerLoop /> |
22 | 34 | <Node name="Floor"> |
23 | 35 | <RegularGridTopology nx="2" ny="1" nz="2" xmin="20" xmax="-20" ymin="-3.05" ymax="-3.05" zmin="-20" zmax="20" /> |
|
0 commit comments