Skip to content

Commit

Permalink
[Demos] Fix regression for fallingBeamLagrangianCollision.scn (sofa-f…
Browse files Browse the repository at this point in the history
…ramework#4643)

add plugin for ConstraintAttachButtonSetting
  • Loading branch information
fredroy authored Apr 11, 2024
1 parent 8454dfe commit 7eec68b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/Demos/fallingBeamLagrangianCollision.scn
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
<RequiredPlugin name="Sofa.Component.Topology.Mapping"/> <!-- Needed to use components [Hexa2TetraTopologicalMapping,Tetra2TriangleTopologicalMapping] -->
<RequiredPlugin name="Sofa.Component.Visual"/> <!-- Needed to use components [VisualStyle] -->
<RequiredPlugin name="Sofa.GL.Component.Rendering3D"/> <!-- Needed to use components [OglModel] -->
<RequiredPlugin name="Sofa.GUI.Component"/> <!-- Needed to use components [ConstraintAttachButtonSetting] -->
</Node>

<VisualStyle displayFlags="showForceFields"/>
<ConstraintAttachButtonSetting/> <!-- The presence of this component sets the mouse interaction to Lagrangian-based constraints at the GUI launch -->
<ConstraintAttachButtonSetting /> <!-- The presence of this component sets the mouse interaction to Lagrangian-based constraints at the GUI launch -->
<FreeMotionAnimationLoop />
<GenericConstraintSolver maxIterations="200" tolerance="1.0e-8"/>
<CollisionPipeline name="Pipeline" />
Expand Down

0 comments on commit 7eec68b

Please sign in to comment.