Cloth Body
Cloth body enables physical simulation of textiles, clothing and foliage, as well as sheets of any soft material. A cloth can be torn to pieces and also it can be pinned to the following types of bodies:
To pin a cloth to a body so it would hang like a cape or a curtain, use the Particles Joint.
Cloth body greatly enhances the appearance of dressed characters (otherwise entirely animated) and saves the time of game artists. However, simulation of this type of body is quite costly and it is strongly recommended to use distance optimization to avoid performance hits.
See also#
- BodyCloth class
- An example illustrating the use of Cloth body and Particles Joint
- Fragment of the video tutorial on physics illustrating simulation of cloth using Cloth body
Mesh Requirements#
In most cases, it is important that polygon triangulation of the mesh, for which Cloth body is generated, is as illustrated! Otherwise, it may not stretch properly and evenly in all directions.
For example in 3ds Max, mesh topology needs to be edited manually: choose Modify > Selection > Edit Edges rollout and click Turn to turn the triangles in a poly.
Mass-Spring Simulation Model#
Cloth body is modeled as set of point masses (particles) located in the mesh vertices. Each particle is represented with a sphere shape and is linked together with other particles by inner spring joints that are located along the mesh edges. Inner joints allow to recreate mesh topology, on the one hand, and constrain stretching and folding, on the other.
Each particle is characterized by a position, mass and velocity and has a constant spherical shape with a set radius. The total mass of the whole body is equally distributed among them. In accordance with Newton's second law particles can be acted upon by a force or an impulse applied by inner joints and external forces (collision, gravity, air resistance, wind, etc.).
Self-collision of the particles and collisions between different cloth bodies are not calculated. However, the cloth interacts with environment by colliding with other physical bodies if the Collision box is checked. Its behavior in case of contact is controlled by such parameters as friction and restitution. Selective physical interaction is available via corresponding bitmasks.
Thus, Cloth body can be regarded as constrained system of rigid particles and therefore shares some parameters with rigid bodies:
Particle Radius#
As it was already mentioned, each particle is a sphere with a set radius. That brings the following:
- Cloth particles use continuous collision detection, so higher values are preferable for more robust behavior. Collisions between the particles are not calculated and should not be considered when setting a radius. Be careful, however, as particles too big in diameter can provide incorrect interaction with environment (twitching or blowing up of the cloth). Too low radius results in poor collision handling.
- As cloth particles are approximated with spheres, the cloth never lies flat on the ground or tightly adheres to the surfaces. There is always some gap that corresponds in size to set radius.
Joints Solver Iterations#
The number of iterations controls the accuracy of the solution of cloth inner joints. This number indicates how many times the joints are solved per physics frame. Joints are solved in a random order to provide more predictable stretching results.
- Low number of iterations results in faster simulation. However, in this case the cloth is more prone to stretching and looks more elastic. The minimum value is 1.
-
High number of iterations provides more accurate solution of constraints. In this case the cloth looks stiffer. The maximum value is 16.
Increased number of iterations is considerably expensive and at some point ceases to bring a noticeable benefit, so it should be kept within a reasonable cost-effectiveness limit.
Increasing the number of iterations may help to avoid twitching of a cloth.
Stretching and Folding#
A cloth may be deformed by stretching and folding. These deformations are controlled with joint constraints of two types:
- Linear restitution controls stretching.
- Angular restitution controls folding.
With these types of constraints, it is possible to obtain the desired look and feel of the cloth and simulate a variety of different deformable materials ranging from a stiff carton to soft lycra.
Linear Restitution#
Linear restitution determines how far the cloth particles can be stretched apart from each other. It enforces cloth joints to restore the distance that was between the vertices of the original mesh:
- By the maximum value of 1, the particles spring back with great force and the cloth is hard to stretch. It gives the effect of stiff non-stretch cloth, e.g. linen or tweed.
-
The lower the value, the easier the particles are moved away from each other and the more stretchable and elastic the cloth is, e.g. nylon or spandex.
0 and near zero values are not allowed because they cause unstable simulation and blowing up of the cloth.
Angular Restitution#
Angular restitution determines the possible angle between cloth triangles that are formed by particles. It constrains the folding of the cloth by enforcing joints to keep the angle that was between triangles of the original mesh:
-
By the maximum value of 1, the angles tend to be retained and the cloth resists folding. The cloth appears to be stiff and wrinkle-free (for example, paper).
The maximum value may provide unsteady behavior. - By the minimum value of 0, the cloth can be easily folded and bent in any direction, regardless of the original topology of the mesh.
If the cloth is too stretchy and rubbery, try one of the following:
- Set linear restitution to 1.
- Increase the number of joints solver iterations.
- Use the mesh with fewer vertices.
Rigidity of Motion#
Rigidity parameter is an additional constraint of the cloth motion to make it stiffer and more inflexible. For that purpose, linear and angular velocities of each cloth particle are corrected according to the total velocities interpolated for all the particles.
- The minimum value of 0, makes the cloth elastic, flexible and easily deformable.
- The maximum value of 1, makes the cloth stiffer and less prone to deformation.
Tearing#
When the cloth is stretched beyond its elastic limit or folded, it tears and shreds into pieces. Tearing is caused by applying the force or collision with a physical body, and depends on the cloth stiffness (controlled by linear and angular restitution parameters). For example, imagine the cannonball hitting the sail and leaving the hole in it. The cloth is torn only along the edges of cloth triangles, splitting mesh vertices and duplicating particles.
Linear Threshold Distance#
Linear threshold sets the distance limit for stretching the cloth. When two particles move away from each other further than this limit, joints that connect them break and the tear appears.
- If set to infinity (inf), the cloth is stretched without tearing. This value is set by default.
Angular Threshold Angle#
Same as linear threshold, angular threshold represents a maximum angle to fold the cloth relative to its initial state. If cloth triangles are bent any further, the joint breaks and triangles are separated along the adjacent edge.
-
If set to infinity (inf), the cloth is folded without tearing. This value is set by default.
It is recommended to keep the angular threshold lower or equal to 180 degrees.
Optimizing Simulation#
Updating each frame a huge number of objects located far away from the camera that are hardly distinguishable or observed as a mass is a waste of resources.
To improve performance and avoid the excessive load, simulation of the cloth can be updated with a reduced framerate. When the player is out of the area specified by the Update Distance Limit, the cloth stops to be updated and freezes statically.
The set of frame rates given below enables you to specify how often the cloth simulation should be updated when the object is visible, when only its shadow is visible, or when it is not visible at all.
This feature is enabled with default settings ensuring optimum performance and can be adjusted per-object in UnigineEditor or via API at run time.
Assigning a Cloth Body#
To assign a Cloth body to an object via UnigineEditor perform the following steps:
- Open the World Hierarchy window.
-
Select a Dynamic Mesh object to assign a Cloth body to.
Make sure that object's mesh meets requirements! -
Go to the Physics tab in the Parameters window and assign a physical body to the selected object by selecting Body -> Cloth.
- Set body's name and change other parameters, if necessary.
Attaching the Cloth#
A cloth can be attached to the following types of bodies:
To attach a cloth to a body use a Particles Joint. In case of Rigid bodies (either static, or dynamic) and Dummy bodies, pinned particles stay fixed in their position and follow transformations of attached objects pulling the cloth with it.
- Select Rigid body, Ragdoll body or Dummy body.
- Add Particles Joint.
- Specify Cloth body.
- Adjust the pinning area using the Threshold and Size parameters of the particles joint.
Attachment to Skinned Mesh#
Convincing simulation of the clothing on a skinned character requires a different approach. To follow bones transformations, each vertex of the cloth that is found in the Particles Joint area is mapped to the nearest skinned mesh vertex (up to the distance specified by the Threshold parameter of the particles joint).
For example, we need to create a cape that is glued to the shoulders of a skinned character while the rest flaps and folds loosely. It is done in the following steps:
- When creating a Mesh Skinned, add a cape surface identical to the cape that the character would wear. It can be either a whole cape, or only its clipped part that needs to be pinned. The latter is preferable when complex clothing is simulated, which requires more flexible control over which parts to simulate physically and which ones to move with skinned character. In our case, it's cloth part over the shoulders.
- Add skinned mesh that has a Ragdoll body assigned. Make sure that the cape surface is enabled.
- Add a separate dynamic cloth mesh and synchronize its position with skinned character. Turn off physical simulation (CTRL + SPACE) and assign a Cloth body.
- Attach Cloth body to Ragdoll body. If the Threshold distance of the particles joint is set low enough, the physical cape will be automatically attached only to the cape surface (i.e. shoulders). After that, the cape surface is simply disabled and does not provide any load at all.