简介

    It also works for simulating more general soft objects that bend, deform andreact to forces like gravity and wind, or collide with other objects.

    While it can simulate cloth and other stiff types of deformable objects toan extent, the can do it betterwith a solver specifically designed for this purpose.

    The simulation works by combining existing animation on the object with forcesacting on it. There are exterior forces like gravity or force fields andinterior forces that hold the vertices together.This way you can simulate the shapes that an object would take on in reality if it had volume,was filled with something, and was acted on by real forces.

    Soft bodies can interact with other objects through Collision.They can interact with themselves through Self-Collision.

    The wind cone is a soft body, as the suspension.

    blend-file.

    Soft bodies are well suited for:

    • Elastic and deformable objects made of materials like rubber or gelatin.
    • Tree branches moving in the wind, swinging ropes, and the like.
    • Flags, wide sleeves, cushions or other simple fabric reacting to forces.The following videos may give you some more ideas:

    Soft body simulation works for all objects that have vertices or control points(meshes, curves, surfaces, and lattices).

    To add a soft body simulation to an object,go to the Physics tab (bouncing ball icon) in the Properties editorand activate the Soft Body button.For a reference of all the settings see .

    You start a soft body simulation by playback animation with Alt-A,and stop the simulation with Esc or Alt-A.

    To work with a soft body simulation, you will find it handy to use the Timeline editor.You can change between frames and the simulation will always be shown in the actual state.You can interact in real-time with the simulation,e.g. by moving collision objects or shaking a soft body object.

    • Soft bodies work especially well if the objects have an even vertex distribution.You need enough vertices for good collisions. You change the deformation(the stiffness) if you add more vertices in a certain region.
    • The calculation of collisions may take a long time. If something is not visible, why calculate it?
    • To speed up the collision calculation it is often useful to collide with an additional,simpler, invisible, somewhat larger object.
    • Use soft bodies only where it makes sense.If you try to cover a body mesh with a tight piece of cloth and animate solely with soft body,you will have no success. Self-collision of soft body hair may be activated,but that is a path that you have to wander alone. We will deal withCollisions in detail later.