Bad performances using SofaCarving #4830
Unanswered
carlolodin
asked this question in
SofaCarving
Replies: 2 comments 5 replies
-
Hi @carlolodin My first question would be, how many vertices does your mesh include? |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to use SofaCarving to simulate a tissue that should be cut using a robotic gripper.
However, I could manage to implement it only as a fixed object (only contact and visual model), and even this way, the simulation takes way too much time to compute the steps in which the triangles are removed from the mesh.
I would appreciate if anyone could give me a clue in how to solve these two problems.
Here's some of the code from my scene:
Before this version, I tried to define the tissue like this:
However, this way it would correctly modify the collision model but not the visual, which created triangles in random directions.
Beta Was this translation helpful? Give feedback.
All reactions