about softbody fixed #41
-
How do I fix partial vertices of softbody? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
One way to do it is to create an attachment between a static collider and softbody. The overlap region between the collider and softbody will be fixed. You can then hide the collider so that it is not visible in the scene. At this moment, you cannot explicitly specify the vertices to fix in world space. We are working on a tool that allows you to paint the vertices of the softbody and attach those vertices to the world. |
Beta Was this translation helpful? Give feedback.
One way to do it is to create an attachment between a static collider and softbody. The overlap region between the collider and softbody will be fixed. You can then hide the collider so that it is not visible in the scene. At this moment, you cannot explicitly specify the vertices to fix in world space. We are working on a tool that allows you to paint the vertices of the softbody and attach those vertices to the world.