We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218d38f commit a999ca7Copy full SHA for a999ca7
README.md
@@ -25,10 +25,13 @@ plugin by InfinyTech3D for an enhanced simulation experience. Contact us for mor
25
26
## Usage
27
28
-- To use the plugin, include the `CollisionAlgorithm` plugin in your SOFA scene file.
29
-``` <RequiredPlugin name=`CollisionAlgorithm`/> ``` for an .xml scene file.
+- To use the plugin, include the `CollisionAlgorithm` plugin in your SOFA .xml scene file.
+
30
+``` <RequiredPlugin name=`CollisionAlgorithm`/> ```
31
- Add the `CollisionLoop` component in the root node of your scene.
32
33
``` <CollisionLoop/> ```
34
35
This component substitutes the default `CollisionPipeline` in SOFA for managing the needle collision.
36
The two components can co-exist.
37
0 commit comments