Skip to content

Commit

Permalink
Update applications/plugins/SofaMatrix/examples/FillReducingOrdering.scn
Browse files Browse the repository at this point in the history
Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>
  • Loading branch information
bakpaul and fredroy committed Jan 23, 2025
1 parent 6590262 commit 0fd0e9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ The scene compares two simulations in which only the vertices order differs:
<RequiredPlugin name="Sofa.Component.Topology.Container.Dynamic"/> <!-- Needed to use components [TetrahedronSetGeometryAlgorithms TetrahedronSetTopologyContainer] -->
<RequiredPlugin name="Sofa.Component.Visual"/> <!-- Needed to use components [VisualStyle] -->
<RequiredPlugin name="Sofa.GL.Component.Rendering2D"/> <!-- Needed to use components [OglLabel] -->
<RequiredPlugin name="SofaMatrix.Qt"/> <!-- Needed to use components [FillReducingOrdering GlobalSystemMatrixImage] -->
<RequiredPlugin name="SofaMatrix"/> <!-- Needed to use components [FillReducingOrdering] -->
<RequiredPlugin name="SofaMatrix.Qt"/> <!-- Needed to use components [GlobalSystemMatrixImage] -->

<VisualStyle displayFlags="showForceFields hideVisualModels showBehaviorModels" />

Expand Down

0 comments on commit 0fd0e9a

Please sign in to comment.