How to stop moving object.

mistra
Posts: 2
Joined: Thu Jan 23, 2014 2:37 pm

How to stop moving object.

Post by mistra »

Hi all,

I'm developing interaction between a deformable mesh and a rigid body. I want to make it when a rigid body hit the softbody mesh, the soft body will be deformed but not moving.

I 've been tested examples of SoftBody, but when I hit a rigid body, the soft body mesh is moving endless. I really want to stop moving of the soft body mesh.

Could give me a solution to my problem?

Thank you in advance

Jun
Basroil
Posts: 463
Joined: Fri Nov 30, 2012 4:50 am

Re: How to stop moving object.

Post by Basroil »

You should be able to pin one or more of the softbody nodes, either to another object or fixed point in space. That would allow movement in all other nodes but limit total movement.
mistra
Posts: 2
Joined: Thu Jan 23, 2014 2:37 pm

Re: How to stop moving object.

Post by mistra »

Basroil wrote:You should be able to pin one or more of the softbody nodes, either to another object or fixed point in space. That would allow movement in all other nodes but limit total movement.
Basroil,

I succeed to pin softbody nodes using LJoint with another rigidbody node. I also want to stop rotations of the softbody nodes. Now, I am testing Angle Joint examples, but it still rotate.

Thus, can you give me hints to fix softbody nodes to stop its rotation?

Thank you in advance
Jun