We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44848ee commit c65c36fCopy full SHA for c65c36f
1 file changed
examples/AdaptiveBeamMapping.scn
@@ -7,6 +7,8 @@
7
<RequiredPlugin name="Sofa.Component.StateContainer"/> <!-- Needed to use components [MechanicalObject] -->
8
<RequiredPlugin name="Sofa.Component.Topology.Container.Constant"/> <!-- Needed to use components [CubeTopology MeshTopology] -->
9
<RequiredPlugin name="Sofa.Component.Visual"/> <!-- Needed to use components [VisualStyle] -->
10
+ <RequiredPlugin name="BeamAdapter"/> <!-- Needed to use components [AdaptiveBeamMapping,AdaptiveBeamForceFieldAndMass,BeamInterpolation] -->
11
+
12
<VisualStyle displayFlags="showBehaviorModels showCollisionModels hideBoundingCollisionModels showForceFields" />
13
14
<DefaultAnimationLoop />
0 commit comments