Visualization problem #5216
Unanswered
Junang-Wang
asked this question in
BeamAdapter
Replies: 2 comments 2 replies
-
Hello, I don't know if this is normal or not. I suggest to take a look at the following example https://github.com/sofa-framework/BeamAdapter/blob/master/examples/3instruments.scn using this strategy to render a beam model. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, @bakpaul Thank you for your reply. I have done a experiment by modifing 3instruments.scn file. The visualization works correctly when I set two sections in WireRestShape. However, when I configure three sections in WireRestShape, the same visualization issue arises. Any idea how to solve the problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently working on a project that involves simulating a guidewire in SOFA. My goal is to visualize the guidewire within the SOFA GUI. To achieve this, I used the 'Edge2QuadTopologicalMapping' function and set 'nbPointsOnEachCircle=10'.
However, only a portion of the guidewire is displayed in the GUI.
Upon closer inspection, it appears there are 1410 points but only 2010 edges, whereas there should be 2820 edges. Does anyone know how to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions