File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,15 @@ plugin by InfinyTech3D for an enhanced simulation experience. Contact us for mor
2323- Support for haptic feedback such as resistance during puncture and friction during insertion
2424- Compatible with SOFA-Unity integration for real-time interactive applications
2525
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.
30+ - Add the `CollisionLoop` component in the root node of your scene.
31+ ``` <CollisionLoop /> ```
32+ This component substitutes the default `CollisionPipeline` in SOFA for managing the needle collision.
33+ The two components can co-exist.
34+
2635## Installation and Setup
2736
2837First review the official SOFA documentation for building and registering SOFA plugins
You can’t perform that action at this time.
0 commit comments